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, verifyDim
protected FloatTaxonomyFacets(String indexFieldName, TaxonomyReader taxoReader, FacetsConfig config) throws IOException
IOException
protected void rollup() throws IOException
IOException
public Number getSpecificValue(String dim, String... path) throws IOException
Facets
getSpecificValue
in class Facets
IOException
public FacetResult getTopChildren(int topN, String dim, String... path) throws IOException
Facets
getTopChildren
in class Facets
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.