|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use FacetResult | |
|---|---|
| org.apache.lucene.facet | faceted search |
| org.apache.lucene.facet.sortedset | Provides faceting capabilities over facets that were indexed with SortedSetDocValuesFacetField. |
| org.apache.lucene.facet.taxonomy | Taxonomy of Categories |
| Uses of FacetResult in org.apache.lucene.facet |
|---|
| Methods in org.apache.lucene.facet that return FacetResult | |
|---|---|
abstract FacetResult |
Facets.getTopChildren(int topN,
String dim,
String... path)
Returns the topN child labels under the specified path. |
FacetResult |
MultiFacets.getTopChildren(int topN,
String dim,
String... path)
|
| Methods in org.apache.lucene.facet that return types with arguments of type FacetResult | |
|---|---|
abstract List<FacetResult> |
Facets.getAllDims(int topN)
Returns topN labels for any dimension that had hits, sorted by the number of hits that dimension matched; this is used for "sparse" faceting, where many different dimensions were indexed, for example depending on the type of document. |
List<FacetResult> |
MultiFacets.getAllDims(int topN)
|
| Uses of FacetResult in org.apache.lucene.facet.sortedset |
|---|
| Methods in org.apache.lucene.facet.sortedset that return FacetResult | |
|---|---|
FacetResult |
SortedSetDocValuesFacetCounts.getTopChildren(int topN,
String dim,
String... path)
|
| Methods in org.apache.lucene.facet.sortedset that return types with arguments of type FacetResult | |
|---|---|
List<FacetResult> |
SortedSetDocValuesFacetCounts.getAllDims(int topN)
|
| Uses of FacetResult in org.apache.lucene.facet.taxonomy |
|---|
| Methods in org.apache.lucene.facet.taxonomy that return FacetResult | |
|---|---|
FacetResult |
FloatTaxonomyFacets.getTopChildren(int topN,
String dim,
String... path)
|
FacetResult |
IntTaxonomyFacets.getTopChildren(int topN,
String dim,
String... path)
|
| Methods in org.apache.lucene.facet.taxonomy that return types with arguments of type FacetResult | |
|---|---|
List<FacetResult> |
TaxonomyFacets.getAllDims(int topN)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||