Uses of Interface
org.hibernate.search.engine.backend.scope.spi.IndexScopeBuilder
-
-
Uses of IndexScopeBuilder in org.hibernate.search.backend.elasticsearch.logging.impl
Methods in org.hibernate.search.backend.elasticsearch.logging.impl with parameters of type IndexScopeBuilder Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixElasticsearchScopeWithOtherBackend(IndexScopeBuilder baseScope, ElasticsearchIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog. cannotMixElasticsearchScopeWithOtherBackend(IndexScopeBuilder baseScope, ElasticsearchIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog_$logger. cannotMixElasticsearchScopeWithOtherType(IndexScopeBuilder baseScope, ElasticsearchIndexManager elasticsearchIndex, EventContext context)SearchExceptionLog. cannotMixElasticsearchScopeWithOtherType(IndexScopeBuilder baseScope, ElasticsearchIndexManager elasticsearchIndex, EventContext context) -
Uses of IndexScopeBuilder in org.hibernate.search.backend.lucene.index.impl
Methods in org.hibernate.search.backend.lucene.index.impl that return IndexScopeBuilder Modifier and Type Method Description IndexScopeBuilderLuceneIndexManagerImpl. createScopeBuilder(BackendMappingContext mappingContext)Methods in org.hibernate.search.backend.lucene.index.impl with parameters of type IndexScopeBuilder Modifier and Type Method Description voidLuceneIndexManagerImpl. addTo(IndexScopeBuilder builder) -
Uses of IndexScopeBuilder in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type IndexScopeBuilder Modifier and Type Method Description SearchExceptionLog_$logger. cannotMixLuceneScopeWithOtherBackend(IndexScopeBuilder baseScope, LuceneIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog. cannotMixLuceneScopeWithOtherBackend(IndexScopeBuilder baseScope, LuceneIndexManager indexFromOtherBackend, EventContext context)SearchExceptionLog_$logger. cannotMixLuceneScopeWithOtherType(IndexScopeBuilder baseScope, LuceneIndexManager luceneIndex, EventContext context)SearchExceptionLog. cannotMixLuceneScopeWithOtherType(IndexScopeBuilder baseScope, LuceneIndexManager luceneIndex, EventContext context) -
Uses of IndexScopeBuilder in org.hibernate.search.engine.backend.index.spi
Methods in org.hibernate.search.engine.backend.index.spi that return IndexScopeBuilder Modifier and Type Method Description IndexScopeBuilderIndexManagerImplementor. createScopeBuilder(BackendMappingContext mappingContext)Methods in org.hibernate.search.engine.backend.index.spi with parameters of type IndexScopeBuilder Modifier and Type Method Description voidIndexManagerImplementor. addTo(IndexScopeBuilder builder)
-