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(org.apache.lucene.index.AtomicReaderContext context) |
compareTovoid setCurrentValue(int docId)
throws IOException
IOExceptionvoid setNextReader(org.apache.lucene.index.AtomicReaderContext context)
throws IOException
IOExceptionvoid setCurrentValue(SortingResponseWriter.SortValue value)
void reset()
SortingResponseWriter.SortValue copy()
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.