Package | Description |
---|---|
org.apache.lucene.facet.search |
Faceted Search API
|
org.apache.lucene.facet.search.params |
Parameters for Faceted Search
|
org.apache.lucene.facet.search.params.association |
Association-based Parameters for Faceted Search.
|
Modifier and Type | Method | Description |
---|---|---|
abstract IntermediateFacetResult |
FacetResultsHandler.fetchPartitionResult(FacetArrays arrays,
int offset) |
Fetch results of a single partition, given facet arrays for that partition,
and based on the matching documents and faceted search parameters.
|
IntermediateFacetResult |
TopKFacetResultsHandler.fetchPartitionResult(FacetArrays facetArrays,
int offset) |
|
IntermediateFacetResult |
TopKInEachNodeHandler.fetchPartitionResult(FacetArrays arrays,
int offset) |
Recursively explore all facets that can be potentially included in the
FacetResult to be generated, and that belong to the given
partition, so that values can be examined and collected. |
protected HashMap<CategoryListIterator,Aggregator> |
StandardFacetsAccumulator.getCategoryListMap(FacetArrays facetArrays,
int partition) |
|
protected boolean |
FacetResultsHandler.isSelfPartition(int ordinal,
FacetArrays facetArrays,
int offset) |
Check if an array contains the partition which contains ordinal
|
Modifier and Type | Method | Description |
---|---|---|
Aggregator |
CountFacetRequest.createAggregator(boolean useComplements,
FacetArrays arrays,
IndexReader reader,
TaxonomyReader taxonomy) |
|
abstract Aggregator |
FacetRequest.createAggregator(boolean useComplements,
FacetArrays arrays,
IndexReader indexReader,
TaxonomyReader taxonomy) |
Create an aggregator for this facet request.
|
Aggregator |
ScoreFacetRequest.createAggregator(boolean useComplements,
FacetArrays arrays,
IndexReader reader,
TaxonomyReader taxonomy) |
|
double |
CountFacetRequest.getValueOf(FacetArrays arrays,
int ordinal) |
|
abstract double |
FacetRequest.getValueOf(FacetArrays arrays,
int idx) |
Return the value of a category used for facets computations for this
request.
|
double |
ScoreFacetRequest.getValueOf(FacetArrays arrays,
int ordinal) |
Modifier and Type | Method | Description |
---|---|---|
Aggregator |
AssociationFloatSumFacetRequest.createAggregator(boolean useComplements,
FacetArrays arrays,
IndexReader reader,
TaxonomyReader taxonomy) |
|
Aggregator |
AssociationIntSumFacetRequest.createAggregator(boolean useComplements,
FacetArrays arrays,
IndexReader reader,
TaxonomyReader taxonomy) |
|
double |
AssociationFloatSumFacetRequest.getValueOf(FacetArrays arrays,
int ordinal) |
|
double |
AssociationIntSumFacetRequest.getValueOf(FacetArrays arrays,
int ordinal) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.