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