|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FacetResultNode | |
|---|---|
| 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 |
| Uses of FacetResultNode in org.apache.lucene.facet.range |
|---|
| Subclasses of FacetResultNode in org.apache.lucene.facet.range | |
|---|---|
class |
RangeFacetResultNode
Holds the facet results for a RangeFacetRequest. |
| Uses of FacetResultNode in org.apache.lucene.facet.sampling |
|---|
| Methods in org.apache.lucene.facet.sampling with parameters of type FacetResultNode | |
|---|---|
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. |
| Uses of FacetResultNode in org.apache.lucene.facet.search |
|---|
| Fields in org.apache.lucene.facet.search with type parameters of type FacetResultNode | |
|---|---|
static List<FacetResultNode> |
FacetResultNode.EMPTY_SUB_RESULTS
|
List<FacetResultNode> |
FacetResultNode.subResults
The sub-results of this result. |
| Methods in org.apache.lucene.facet.search that return FacetResultNode | |
|---|---|
FacetResultNode |
FacetResult.getFacetResultNode()
Facet result node matching the root of the facet request. |
| Methods in org.apache.lucene.facet.search with parameters of type FacetResultNode | |
|---|---|
int |
FacetResultNode.compareTo(FacetResultNode o)
|
| Constructors in org.apache.lucene.facet.search with parameters of type FacetResultNode | |
|---|---|
FacetResult(FacetRequest facetRequest,
FacetResultNode rootNode,
int numValidDescendants)
|
|
| Uses of FacetResultNode in org.apache.lucene.facet.util |
|---|
| Methods in org.apache.lucene.facet.util that return types with arguments of type FacetResultNode | |
|---|---|
static Heap<FacetResultNode> |
ResultSortUtils.createSuitableHeap(FacetRequest facetRequest)
Create a suitable heap according to facet request being served. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||