Uses of Class
org.apache.lucene.facet.search.FacetsCollector

Packages that use FacetsCollector
org.apache.lucene.facet.search Facets search code. 
 

Uses of FacetsCollector in org.apache.lucene.facet.search
 

Methods in org.apache.lucene.facet.search that return FacetsCollector
static FacetsCollector FacetsCollector.create(FacetsAccumulator accumulator)
          Creates a FacetsCollector that satisfies the requirements of the given FacetsAccumulator.
static FacetsCollector FacetsCollector.create(FacetSearchParams fsp, IndexReader indexReader, TaxonomyReader taxoReader)
          Creates a FacetsCollector using the FacetsAccumulator from FacetsAccumulator.create(org.apache.lucene.facet.params.FacetSearchParams, org.apache.lucene.index.IndexReader, org.apache.lucene.facet.taxonomy.TaxonomyReader).
 



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