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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElasticsearchSearchSortBuilderFactorysortBuilders()-
Methods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContext
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
child, fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
-
-
-
Method Detail
-
sortBuilders
ElasticsearchSearchSortBuilderFactory sortBuilders()
- Specified by:
sortBuildersin interfaceSearchSortIndexScope<S extends ElasticsearchSearchSortIndexScope<?>>
-
-