add --shared
[pylucene.git] / lucene-java-3.4.0 / lucene / contrib / facet / src / java / org / apache / lucene / facet / taxonomy / writercache / cl2o / package.html
1 <html>
2 <head>
3 <title>Category->Ordinal caching implementation using an optimized data-structures</title>
4 </head>
5 <body>
6         <h1>Category->Ordinal caching implementation using an optimized data-structures</h1>
7         
8         The internal map data structure consumes less memory (~30%) and is faster (~50%) compared to a
9         Java HashMap&lt;String, Integer&gt;.
10 </body>
11 </html>