Class ValueCountEntry
java.lang.Object
org.springframework.data.solr.core.query.result.ValueCountEntry
- All Implemented Interfaces:
CountEntry
- Direct Known Subclasses:
FieldValueCountEntry,SimpleFacetQueryEntry
Implementation of
CountEntry-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()The value within the fieldlongThe nr of hits for the value
-
Constructor Details
-
ValueCountEntry
-
-
Method Details
-
getValueCount
public long getValueCount()Description copied from interface:CountEntryThe nr of hits for the value- Specified by:
getValueCountin interfaceCountEntry- Returns:
-
getValue
Description copied from interface:CountEntryThe value within the field- Specified by:
getValuein interfaceCountEntry- Returns:
-