public abstract class FloatTaxonomyFacets extends TaxonomyFacets
| Modifier and Type | Field and Description |
|---|---|
protected float[] |
values
Per-ordinal value.
|
config, indexFieldName, parents, taxoReader| Modifier | Constructor and Description |
|---|---|
protected |
FloatTaxonomyFacets(String indexFieldName,
TaxonomyReader taxoReader,
FacetsConfig config)
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
getSpecificValue(String dim,
String... path)
Return the count or value
for a specific path.
|
FacetResult |
getTopChildren(int topN,
String dim,
String... path)
Returns the topN child labels under the specified
path.
|
protected void |
rollup()
Rolls up any single-valued hierarchical dimensions.
|
childrenLoaded, getAllDims, getChildren, getSiblings, siblingsLoaded, verifyDimprotected FloatTaxonomyFacets(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config) throws IOException
IOExceptionprotected void rollup()
throws IOException
IOExceptionpublic Number getSpecificValue(String dim, String... path) throws IOException
FacetsgetSpecificValue in class FacetsIOExceptionpublic FacetResult getTopChildren(int topN, String dim, String... path) throws IOException
FacetsgetTopChildren in class FacetsIOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.