Uses of Interface
org.apache.lucene.facet.index.CategoryListBuilder

Packages that use CategoryListBuilder
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.index Facets indexing code. 
 

Uses of CategoryListBuilder in org.apache.lucene.facet.associations
 

Classes in org.apache.lucene.facet.associations that implement CategoryListBuilder
 class AssociationsListBuilder
          A AssociationsListBuilder which encodes category-association value pairs.
 

Uses of CategoryListBuilder in org.apache.lucene.facet.index
 

Classes in org.apache.lucene.facet.index that implement CategoryListBuilder
 class CountingListBuilder
          A CategoryListBuilder which builds a counting list data by encoding the category ordinals into one or more BytesRef.
 



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