Package | Description |
---|---|
org.hibernate.search.query.dsl.sort | |
org.hibernate.search.query.dsl.sort.impl |
Modifier and Type | Method and Description |
---|---|
SortNativeContext |
SortAdditionalSortFieldContext.andByNative(org.apache.lucene.search.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(org.apache.lucene.search.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectedSortNativeContext |
Modifier and Type | Method and Description |
---|---|
SortNativeContext |
ConnectedSortAdditionalSortFieldContext.andByNative(org.apache.lucene.search.SortField sortField) |
SortNativeContext |
ConnectedSortAdditionalSortFieldContext.andByNative(String sortField,
String nativeDescription) |
SortNativeContext |
ConnectedSortContext.byNative(org.apache.lucene.search.SortField sortField) |
SortNativeContext |
ConnectedSortContext.byNative(String field,
String nativeDescription) |
Copyright © 2006–2017 Hibernate. All rights reserved.