public interface SearchFacetField
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SearchFacetField.Count
Holds one facet from this field.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the field that was faceted.
|
List<SearchFacetField.Count> |
getValues()
The different facet values.
|
String getName()
List<SearchFacetField.Count> getValues()
Copyright © 2022. All rights reserved.