public interface SortValue extends Comparable<SortValue>
| Modifier and Type | Method and Description |
|---|---|
SortValue |
copy() |
Object |
getCurrentValue() |
String |
getField() |
boolean |
isPresent() |
void |
reset() |
void |
setCurrentValue(int docId) |
void |
setCurrentValue(SortValue value) |
void |
setNextReader(LeafReaderContext context) |
compareTovoid setCurrentValue(int docId)
throws IOException
IOExceptionvoid setNextReader(LeafReaderContext context) throws IOException
IOExceptionvoid setCurrentValue(SortValue value)
void reset()
SortValue copy()
Object getCurrentValue() throws IOException
IOExceptionString getField()
boolean isPresent()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.