public class Sort extends Object
| Modifier and Type | Method and Description |
|---|---|
static Sort |
by(SortField sortField) |
static Sort |
by(String field) |
static Sort |
by(String field,
boolean reverse) |
org.apache.lucene.search.Sort |
getLuceneSort(Schema schema) |
Sort |
thenBy(SortField sortField) |
Sort |
thenBy(String field) |
Sort |
thenBy(String field,
boolean reverse) |
public org.apache.lucene.search.Sort getLuceneSort(Schema schema)
Copyright © 2010–2015. All rights reserved.