Interface PojoScopeDelegate<R extends EntityReference,E,C>
- Type Parameters:
R- The type of entity references, i.e. the type of hits returned bySearchQuerySelectStep.selectEntityReference()reference queries},E- The type of loaded entities, i.e. the type of hits returned byentity queries, or the type of objects returned forentity projections.C- The type of indexed type extended contexts; i.e. the type of elements in the set returned byincludedIndexedTypes(). or the type of objects returned forentity projections.
public interface PojoScopeDelegate<R extends EntityReference,E,C>
-
Method Summary
Modifier and TypeMethodDescription<T> Textension(IndexScopeExtension<T> extension) massIndexer(PojoMassIndexingContext context) <LOS> SearchQuerySelectStep<?, R, E, LOS, SearchProjectionFactory<R, E>, ?> search(PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) sort()
-
Method Details
-
includedIndexedTypes
-
search
<LOS> SearchQuerySelectStep<?,R, searchE, LOS, SearchProjectionFactory<R, E>, ?> (PojoScopeSessionContext sessionContext, PojoSelectionLoadingContextBuilder<LOS> loadingContextBuilder) -
predicate
SearchPredicateFactory predicate() -
sort
SearchSortFactory sort() -
projection
SearchProjectionFactory<R,E> projection() -
aggregation
SearchAggregationFactory aggregation() -
highlighter
SearchHighlighterFactory highlighter() -
workspace
-
workspace
-
schemaManager
PojoScopeSchemaManager schemaManager() -
massIndexer
-
extension
-