Class SimpleTermsFieldEntry
java.lang.Object
org.springframework.data.solr.core.query.result.ValueCountEntry
org.springframework.data.solr.core.query.result.FieldValueCountEntry
org.springframework.data.solr.core.query.result.SimpleTermsFieldEntry
- All Implemented Interfaces:
CountEntry,TermsEntry,TermsFieldEntry
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleTermsFieldEntry(String value, long valueCount) SimpleTermsFieldEntry(Field field, String value, long valueCount) -
Method Summary
Methods inherited from class org.springframework.data.solr.core.query.result.FieldValueCountEntry
getField, getKey, setField, setFieldMethods inherited from class org.springframework.data.solr.core.query.result.ValueCountEntry
getValue, getValueCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.data.solr.core.query.result.CountEntry
getValue, getValueCountMethods inherited from interface org.springframework.data.solr.core.query.result.TermsFieldEntry
getField, getKey
-
Constructor Details
-
SimpleTermsFieldEntry
-
SimpleTermsFieldEntry
-