public static interface SortingResponseWriter.SortValue extends Comparable<SortingResponseWriter.SortValue>
Modifier and Type | Method and Description |
---|---|
SortingResponseWriter.SortValue |
copy() |
void |
reset() |
void |
setCurrentValue(int docId) |
void |
setCurrentValue(SortingResponseWriter.SortValue value) |
void |
setNextReader(AtomicReaderContext context) |
compareTo
void setCurrentValue(int docId) throws IOException
IOException
void setNextReader(AtomicReaderContext context) throws IOException
IOException
void setCurrentValue(SortingResponseWriter.SortValue value)
void reset()
SortingResponseWriter.SortValue copy()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.