Interface MappedIndexScope<R,E>
- Type Parameters:
R
- The type of entity references, i.e. the type of hits returned byreference queries
, or the type of objects returned forentity reference projections
.E
- The type of entities, i.e. the type of hits returned byentity queries
or the type of objects returned forentity projections
.
public interface MappedIndexScope<R,E>
-
Method Summary
Modifier and TypeMethodDescription<T> T
extension
(IndexScopeExtension<T> extension) <LOS> SearchQuerySelectStep
<?, R, E, LOS, SearchProjectionFactory<R, E>, ?> search
(BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) sort()
-
Method Details
-
search
<LOS> SearchQuerySelectStep<?,R, searchE, LOS, SearchProjectionFactory<R, E>, ?> (BackendSessionContext sessionContext, SearchLoadingContextBuilder<E, LOS> loadingContextBuilder) -
predicate
SearchPredicateFactory predicate() -
sort
SearchSortFactory sort() -
projection
SearchProjectionFactory<R,E> projection() -
aggregation
SearchAggregationFactory aggregation() -
highlighter
SearchHighlighterFactory highlighter() -
extension
-