Interface SearchQueryIndexScope<S extends SearchQueryIndexScope<?>>

All Superinterfaces:
EventContextProvider, SearchAggregationIndexScope<S>, SearchIndexScope<S>, SearchPredicateIndexScope<S>, SearchProjectionIndexScope<S>, SearchSortIndexScope<S>
All Known Subinterfaces:
ElasticsearchSearchQueryIndexScope<S>, LuceneSearchQueryIndexScope<S>
All Known Implementing Classes:
AbstractSearchIndexScope, ElasticsearchSearchIndexScopeImpl, LuceneSearchIndexScopeImpl

public interface SearchQueryIndexScope<S extends SearchQueryIndexScope<?>> extends SearchIndexScope<S>, SearchPredicateIndexScope<S>, SearchSortIndexScope<S>, SearchProjectionIndexScope<S>, SearchAggregationIndexScope<S>