Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
Constructor and Description |
---|
StringValueFacetCounts(StringDocValuesReaderState state)
Returns all facet counts for the field, same result as searching on
MatchAllDocsQuery
but faster. |
StringValueFacetCounts(StringDocValuesReaderState state,
FacetsCollector facetsCollector)
Counts facets across the provided hits.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.