Uses of Interface
org.hibernate.search.backend.lucene.scope.model.impl.LuceneScopeIndexManagerContext
-
-
Uses of LuceneScopeIndexManagerContext in org.hibernate.search.backend.lucene.index.impl
Classes in org.hibernate.search.backend.lucene.index.impl that implement LuceneScopeIndexManagerContext Modifier and Type Class Description classLuceneIndexManagerImplMethod parameters in org.hibernate.search.backend.lucene.index.impl with type arguments of type LuceneScopeIndexManagerContext Modifier and Type Method Description LuceneSearchQueryIndexScope<?>IndexManagerBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of LuceneScopeIndexManagerContext in org.hibernate.search.backend.lucene.scope.impl
Constructor parameters in org.hibernate.search.backend.lucene.scope.impl with type arguments of type LuceneScopeIndexManagerContext Constructor Description LuceneIndexScopeImpl(SearchBackendContext backendContext, BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of LuceneScopeIndexManagerContext in org.hibernate.search.backend.lucene.scope.model.impl
Methods in org.hibernate.search.backend.lucene.scope.model.impl that return types with arguments of type LuceneScopeIndexManagerContext Modifier and Type Method Description Collection<LuceneScopeIndexManagerContext>LuceneSearchIndexScopeImpl. indexes()Constructor parameters in org.hibernate.search.backend.lucene.scope.model.impl with type arguments of type LuceneScopeIndexManagerContext Constructor Description LuceneSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of LuceneScopeIndexManagerContext in org.hibernate.search.backend.lucene.search.query.impl
Method parameters in org.hibernate.search.backend.lucene.search.query.impl with type arguments of type LuceneScopeIndexManagerContext Modifier and Type Method Description LuceneSearchQueryIndexScope<?>SearchBackendContext. createSearchContext(BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts)
-