public interface LuceneSearchSortFactory extends SearchSortFactory
| Modifier and Type | Method and Description |
|---|---|
SortThenStep |
fromLuceneSort(Sort luceneSort)
Order elements by a given Lucene
Sort. |
SortThenStep |
fromLuceneSortField(SortField luceneSortField)
Order elements by a given Lucene
SortField. |
byComposite, byComposite, byDistance, byDistance, byField, byIndexOrder, byScore, composite, composite, distance, distance, extension, extension, field, indexOrder, scoreSortThenStep fromLuceneSortField(SortField luceneSortField)
SortField.luceneSortField - A Lucene sort field.SortThenStep allowing the retrieval of the sort
or the chaining of other sorts.SortThenStep fromLuceneSort(Sort luceneSort)
Sort.luceneSort - A Lucene sort.SortThenStep allowing the retrieval of the sort
or the chaining of other sorts.Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.