Searched defs:Sort (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/search/
H A DSort.java100 public class Sort class in inherits:Serializable
109 public static final Sort RELEVANCE = new Sort();
112 public static final Sort INDEXORDER = new Sort(SortField.FIELD_DOC);
122 public Sort() { method in class:Sort
127 public Sort(SortField field) { method in class:Sort
132 public Sort(SortField... fields) { method in class:Sort
171 if (!(o instanceof Sort)) return false;
172 final Sort othe
[all...]
/lucene-3.6.0/lucene/contrib/spellchecker/src/java/org/apache/lucene/search/suggest/fst/
H A DSort.java39 public final class Sort { class
107 * Sort info (debugging mostly).
145 public Sort() throws IOException { method in class:Sort
149 public Sort(Comparator<BytesRef> comparator) throws IOException { method in class:Sort
156 public Sort(Comparator<BytesRef> comparator, BufferSize ramBufferSize, File tempDirectory, int maxTempfiles) { method in class:Sort
172 * Sort input to output, explicit hint for the buffer size. The amount of allocated
267 /** Sort a single partition in-memory. */

Completed in 557 milliseconds