Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
Modifier and Type | Method | Description |
---|---|---|
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-2018 Apache Software Foundation. All Rights Reserved.