Interface SearchSortIndexScope<S extends SearchSortIndexScope<?>>

All Superinterfaces:
EventContextProvider, SearchIndexScope<S>
All Known Subinterfaces:
ElasticsearchSearchQueryIndexScope<S>, ElasticsearchSearchSortIndexScope<S>, LuceneSearchQueryIndexScope<S>, LuceneSearchSortIndexScope<S>, SearchQueryIndexScope<S>
All Known Implementing Classes:
AbstractSearchIndexScope, ElasticsearchSearchIndexScopeImpl, LuceneSearchIndexScopeImpl

public interface SearchSortIndexScope<S extends SearchSortIndexScope<?>> extends SearchIndexScope<S>