| Package | Description |
|---|---|
| org.apache.lucene.facet |
Faceted search.
|
| Modifier and Type | Field and Description |
|---|---|
LabelAndValue[] |
FacetResult.labelValues
Child counts.
|
| Constructor and Description |
|---|
FacetResult(String dim,
String[] path,
Number value,
LabelAndValue[] labelValues,
int childCount)
Sole constructor.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.