Package org.apache.lucene.facet.taxonomy.writercache.cl2o

Category->Ordinal caching implementation using an optimized data-structures

See: Description

Package org.apache.lucene.facet.taxonomy.writercache.cl2o Description

Category->Ordinal caching implementation using an optimized data-structures

The internal map data structure consumes less memory (~30%) and is faster (~50%) compared to a Java HashMap<String, Integer>.

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.