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 queriesor the type of objects returned forentity projections.
public interface MappedIndexScope<R,E>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchAggregationFactoryaggregation()SearchPredicateFactorypredicate()SearchProjectionFactory<R,E>projection()<LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?>search(BackendSessionContext sessionContext, LoadingContextBuilder<R,E,LOS> loadingContextBuilder)SearchSortFactorysort()
-
-
-
Method Detail
-
search
<LOS> SearchQuerySelectStep<?,R,E,LOS,SearchProjectionFactory<R,E>,?> search(BackendSessionContext sessionContext, LoadingContextBuilder<R,E,LOS> loadingContextBuilder)
-
predicate
SearchPredicateFactory predicate()
-
sort
SearchSortFactory sort()
-
projection
SearchProjectionFactory<R,E> projection()
-
aggregation
SearchAggregationFactory aggregation()
-
-