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

Packages that use ScoredDocIdCollector
org.apache.lucene.facet.search Faceted Search API 
 

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

Methods in org.apache.lucene.facet.search that return ScoredDocIdCollector
static ScoredDocIdCollector ScoredDocIdCollector.create(int maxDoc, boolean enableScoring)
          Creates a new ScoredDocIdCollector with the given parameters.
protected  ScoredDocIdCollector FacetsCollector.initScoredDocCollector(FacetSearchParams facetSearchParams, IndexReader indexReader, TaxonomyReader taxonomyReader)
          Create a ScoredDocIdCollector to be used as the first phase of the facet collection.
 



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