Uses of Class
org.apache.lucene.facet.taxonomy.writercache.LabelToOrdinal

Packages that use LabelToOrdinal
org.apache.lucene.facet.taxonomy.writercache Improves indexing time by caching a map of CategoryPath to their Ordinal. 
 

Uses of LabelToOrdinal in org.apache.lucene.facet.taxonomy.writercache
 

Subclasses of LabelToOrdinal in org.apache.lucene.facet.taxonomy.writercache
 class CompactLabelToOrdinal
          This is a very efficient LabelToOrdinal implementation that uses a CharBlockArray to store all labels and a configurable number of HashArrays to reference the labels.
 



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