Uses of Interface
org.hibernate.search.backend.elasticsearch.search.query.impl.SearchBackendContext
Packages that use SearchBackendContext
Package
Description
-
Uses of SearchBackendContext in org.hibernate.search.backend.elasticsearch.index.impl
Classes in org.hibernate.search.backend.elasticsearch.index.impl that implement SearchBackendContext -
Uses of SearchBackendContext in org.hibernate.search.backend.elasticsearch.scope.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.impl with parameters of type SearchBackendContextModifierConstructorDescriptionElasticsearchIndexScope(BackendMappingContext mappingContext, SearchBackendContext backendContext, Set<ElasticsearchIndexModel> indexModels) -
Uses of SearchBackendContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.scope.model.impl with parameters of type SearchBackendContextModifierConstructorDescriptionElasticsearchSearchIndexScopeImpl(BackendMappingContext mappingContext, SearchBackendContext backendContext, com.google.gson.Gson userFacingGson, ElasticsearchSearchSyntax searchSyntax, MultiTenancyStrategy multiTenancyStrategy, TimingSource timingSource, Set<ElasticsearchIndexModel> indexModels)