public static class BaseSearchFacetField.BaseCount extends Object implements SearchFacetField.Count
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
The number of times that the value occurs in the results.
|
String |
getName()
The value of this facet.
|
String |
toString() |
public BaseCount(String name, long count)
public String getName()
SearchFacetField.CountgetName in interface SearchFacetField.Countpublic long getCount()
SearchFacetField.CountgetCount in interface SearchFacetField.CountCopyright © 2021. All rights reserved.