| Package | Description |
|---|---|
| org.apache.lucene.facet.range |
Code to compute facets for numeric ranges.
|
| org.apache.lucene.facet.sampling |
Facets sampling.
|
| org.apache.lucene.facet.search |
Facets search code.
|
| org.apache.lucene.facet.util |
Various utilities for faceted search
|
| Modifier and Type | Class and Description |
|---|---|
class |
RangeFacetResultNode
Holds the facet results for a
RangeFacetRequest. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SampleFixer.fixResultNode(FacetResultNode facetResNode,
ScoredDocIDs docIds,
double samplingRatio)
Fix result node count, and, recursively, fix all its children
|
void |
TakmiSampleFixer.singleNodeFix(FacetResultNode facetResNode,
ScoredDocIDs docIds,
double samplingRatio) |
protected abstract void |
SampleFixer.singleNodeFix(FacetResultNode facetResNode,
ScoredDocIDs docIds,
double samplingRatio)
Fix the given node's value.
|
| Modifier and Type | Field and Description |
|---|---|
static List<FacetResultNode> |
FacetResultNode.EMPTY_SUB_RESULTS |
List<FacetResultNode> |
FacetResultNode.subResults
The sub-results of this result.
|
| Modifier and Type | Method and Description |
|---|---|
FacetResultNode |
FacetResult.getFacetResultNode()
Facet result node matching the root of the
facet request. |
| Modifier and Type | Method and Description |
|---|---|
int |
FacetResultNode.compareTo(FacetResultNode o) |
| Constructor and Description |
|---|
FacetResult(FacetRequest facetRequest,
FacetResultNode rootNode,
int numValidDescendants) |
| Modifier and Type | Method and Description |
|---|---|
static Heap<FacetResultNode> |
ResultSortUtils.createSuitableHeap(FacetRequest facetRequest)
Create a suitable heap according to facet request being served.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.