Uses of Interface
org.apache.solr.handler.export.SortValue
-
Packages that use SortValue Package Description org.apache.solr.handler.export Solr's Export Handler Functionality -
-
Uses of SortValue in org.apache.solr.handler.export
Classes in org.apache.solr.handler.export that implement SortValue Modifier and Type Class Description classIntValueclassLongValueMethods in org.apache.solr.handler.export that return SortValue Modifier and Type Method Description SortValueSortValue. copy()Methods in org.apache.solr.handler.export with parameters of type SortValue Modifier and Type Method Description intIntValue. compareTo(SortValue o)intLongValue. compareTo(SortValue o)voidIntValue. setCurrentValue(SortValue sv)voidLongValue. setCurrentValue(SortValue sv)voidSortValue. setCurrentValue(SortValue value)
-