Package org.apache.solr.handler.export
Class IntValue
java.lang.Object
org.apache.solr.handler.export.IntValue
- All Implemented Interfaces:
Comparable<org.apache.solr.handler.export.SortValue>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(org.apache.solr.handler.export.SortValue o) copy()getField()booleanvoidreset()voidsetCurrentValue(int docId) voidsetCurrentValue(org.apache.solr.handler.export.SortValue sv) voidsetNextReader(org.apache.lucene.index.LeafReaderContext context) voidtoGlobalValue(org.apache.solr.handler.export.SortValue previousValue)
-
Field Details
-
vals
protected org.apache.lucene.index.NumericDocValues vals -
field
-
currentValue
protected int currentValue -
comp
-
present
protected boolean present
-
-
Constructor Details
-
IntValue
-
-
Method Details
-
getCurrentValue
-
getField
-
copy
-
setNextReader
- Throws:
IOException
-
setCurrentValue
- Throws:
IOException
-
toGlobalValue
public void toGlobalValue(org.apache.solr.handler.export.SortValue previousValue) -
isPresent
public boolean isPresent() -
compareTo
public int compareTo(org.apache.solr.handler.export.SortValue o) - Specified by:
compareToin interfaceComparable<org.apache.solr.handler.export.SortValue>
-
setCurrentValue
public void setCurrentValue(org.apache.solr.handler.export.SortValue sv) -
reset
public void reset()
-