Uses of Interface
org.hibernate.search.backend.lucene.search.query.impl.SearchBackendContext
Packages that use SearchBackendContext
Package
Description
-
Uses of SearchBackendContext in org.hibernate.search.backend.lucene.index.impl
Classes in org.hibernate.search.backend.lucene.index.impl that implement SearchBackendContext -
Uses of SearchBackendContext in org.hibernate.search.backend.lucene.scope.impl
Constructors in org.hibernate.search.backend.lucene.scope.impl with parameters of type SearchBackendContextModifierConstructorDescriptionLuceneIndexScopeImpl(SearchBackendContext backendContext, BackendMappingContext mappingContext, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts) -
Uses of SearchBackendContext in org.hibernate.search.backend.lucene.scope.model.impl
Constructors in org.hibernate.search.backend.lucene.scope.model.impl with parameters of type SearchBackendContextModifierConstructorDescriptionLuceneSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, LuceneAnalysisDefinitionRegistry analysisDefinitionRegistry, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<? extends LuceneScopeIndexManagerContext> indexManagerContexts)