| Package | Description |
|---|---|
| org.apache.lucene.facet |
Faceted search.
|
| org.apache.lucene.facet.sortedset |
Provides faceting capabilities over facets that were indexed
with
SortedSetDocValuesFacetField. |
| Modifier and Type | Field and Description |
|---|---|
protected SortedSetDocValuesReaderState |
DrillSideways.state
SortedSetDocValuesReaderState passed to
constructor; can be null. |
| Constructor and Description |
|---|
DrillSideways(IndexSearcher searcher,
FacetsConfig config,
SortedSetDocValuesReaderState state)
Create a new
DrillSideways instance, assuming the categories were
indexed with SortedSetDocValuesFacetField. |
DrillSideways(IndexSearcher searcher,
FacetsConfig config,
TaxonomyReader taxoReader,
SortedSetDocValuesReaderState state)
Create a new
DrillSideways instance, where some
dimensions were indexed with SortedSetDocValuesFacetField and others were indexed
with FacetField. |
DrillSideways(IndexSearcher searcher,
FacetsConfig config,
TaxonomyReader taxoReader,
SortedSetDocValuesReaderState state,
ExecutorService executor)
Create a new
DrillSideways instance, where some
dimensions were indexed with SortedSetDocValuesFacetField and others were indexed
with FacetField. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSortedSetDocValuesReaderState
Default implementation of
SortedSetDocValuesFacetCounts. |
| Constructor and Description |
|---|
ConcurrentSortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState state,
ExecutorService exec)
Returns all facet counts, same result as searching on
MatchAllDocsQuery but faster. |
ConcurrentSortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState state,
FacetsCollector hits,
ExecutorService exec)
Counts all facet dimensions across the provided hits.
|
SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState state)
Returns all facet counts, same result as searching on
MatchAllDocsQuery but faster. |
SortedSetDocValuesFacetCounts(SortedSetDocValuesReaderState state,
FacetsCollector hits)
Counts all facet dimensions across the provided hits.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.