Uses of Interface
org.apache.lucene.facet.taxonomy.TaxonomyWriter

Packages that use TaxonomyWriter
org.apache.lucene.facet.associations Allows associating arbitrary values with a category. 
org.apache.lucene.facet.index Facets indexing code. 
org.apache.lucene.facet.taxonomy.directory Taxonomy index implementation using on top of a Directory. 
 

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

Constructors in org.apache.lucene.facet.associations with parameters of type TaxonomyWriter
AssociationsFacetFields(TaxonomyWriter taxonomyWriter)
          Constructs a new instance with the default facet indexing params.
AssociationsFacetFields(TaxonomyWriter taxonomyWriter, FacetIndexingParams params)
          Constructs a new instance with the given facet indexing params.
 

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

Fields in org.apache.lucene.facet.index declared as TaxonomyWriter
protected  TaxonomyWriter FacetFields.taxonomyWriter
           
 

Constructors in org.apache.lucene.facet.index with parameters of type TaxonomyWriter
CountingListBuilder(CategoryListParams categoryListParams, FacetIndexingParams indexingParams, TaxonomyWriter taxoWriter)
           
FacetFields(TaxonomyWriter taxonomyWriter)
          Constructs a new instance with the default facet indexing params.
FacetFields(TaxonomyWriter taxonomyWriter, FacetIndexingParams params)
          Constructs a new instance with the given facet indexing params.
 

Uses of TaxonomyWriter in org.apache.lucene.facet.taxonomy.directory
 

Classes in org.apache.lucene.facet.taxonomy.directory that implement TaxonomyWriter
 class DirectoryTaxonomyWriter
          TaxonomyWriter which uses a Directory to store the taxonomy information on disk, and keeps an additional in-memory cache of some or all categories.
 



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