Interface SearchFacetField.Count
-
- All Known Implementing Classes:
BaseSearchFacetField.BaseCount
- Enclosing interface:
- SearchFacetField
public static interface SearchFacetField.CountHolds one facet from this field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount()The number of times that the value occurs in the results.StringgetName()The value of this facet.
-
-
-
Method Detail
-
getName
String getName()
The value of this facet. Never null.
-
getCount
long getCount()
The number of times that the value occurs in the results.
-
-