Class SimpleFacetPivotEntry
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.SimpleFacetPivotEntry
- All Implemented Interfaces:
CountEntry,FacetEntry,FacetFieldEntry,FacetPivotFieldEntry
The most trivial implementation of
FacetPivotFieldEntry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPivot()Get the associated pivot to thisFacetFieldEntry.voidsetPivot(List<FacetPivotFieldEntry> pivot) toString()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, 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.FacetFieldEntry
getField, getKey
-
Constructor Details
-
SimpleFacetPivotEntry
-
-
Method Details
-
getPivot
Description copied from interface:FacetPivotFieldEntryGet the associated pivot to thisFacetFieldEntry.- Specified by:
getPivotin interfaceFacetPivotFieldEntry- Returns:
-
setPivot
-
toString
-