Package org.apache.solr.handler.export
Class LongValue
java.lang.Object
org.apache.solr.handler.export.LongValue
- All Implemented Interfaces:
Comparable<org.apache.solr.handler.export.SortValue>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.solr.handler.export.LongCompprotected longprotected final Stringprotected org.apache.lucene.index.NumericDocValues -
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
-
field
-
comp
protected final org.apache.solr.handler.export.LongComp comp -
vals
protected org.apache.lucene.index.NumericDocValues vals -
currentValue
protected long currentValue
-
-
Constructor Details
-
LongValue
-
-
Method Details
-
getCurrentValue
-
getField
-
copy
-
toGlobalValue
public void toGlobalValue(org.apache.solr.handler.export.SortValue previousValue) -
setNextReader
- Throws:
IOException
-
setCurrentValue
- Throws:
IOException
-
isPresent
public boolean isPresent() -
setCurrentValue
public void setCurrentValue(org.apache.solr.handler.export.SortValue sv) -
compareTo
public int compareTo(org.apache.solr.handler.export.SortValue o) - Specified by:
compareToin interfaceComparable<org.apache.solr.handler.export.SortValue>
-
reset
public void reset()
-