Package | Description |
---|---|
org.hibernate.search.query.dsl.sort |
Modifier and Type | Method and Description |
---|---|
SortNativeContext |
SortAdditionalSortFieldContext.andByNative(SortField sortField)
Order element using the native backend API for Lucene.
|
SortNativeContext |
SortAdditionalSortFieldContext.andByNative(String fieldName,
String sortFieldNativeDescription)
Order element using the native backend API for Elasticsearch.
|
SortNativeContext |
SortContext.byNative(SortField sortField)
Order element using the native backend API for Lucene.
|
SortNativeContext |
SortContext.byNative(String fieldName,
String sortFieldNativeDescription)
Order element using the native backend API for Elasticsearch.
|
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.