Interface ElasticsearchSearchSortIndexScope<S extends ElasticsearchSearchSortIndexScope<?>>
- All Superinterfaces:
EventContextProvider,SearchIndexScope<S>,SearchSortIndexScope<S>
- All Known Subinterfaces:
ElasticsearchSearchQueryIndexScope<S>
- All Known Implementing Classes:
ElasticsearchSearchIndexScopeImpl
public interface ElasticsearchSearchSortIndexScope<S extends ElasticsearchSearchSortIndexScope<?>>
extends SearchSortIndexScope<S>
-
Method Summary
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
child, fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
Method Details
-
sortBuilders
ElasticsearchSearchSortBuilderFactory sortBuilders()- Specified by:
sortBuildersin interfaceSearchSortIndexScope<S extends ElasticsearchSearchSortIndexScope<?>>
-