Uses of Interface
org.hibernate.search.engine.backend.spi.BackendBuildContext
-
Packages that use BackendBuildContext Package Description org.hibernate.search.backend.elasticsearch.impl org.hibernate.search.backend.lucene.impl org.hibernate.search.engine.backend.spi -
-
Uses of BackendBuildContext in org.hibernate.search.backend.elasticsearch.impl
Methods in org.hibernate.search.backend.elasticsearch.impl with parameters of type BackendBuildContext Modifier and Type Method Description BackendImplementorElasticsearchBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource) -
Uses of BackendBuildContext in org.hibernate.search.backend.lucene.impl
Methods in org.hibernate.search.backend.lucene.impl with parameters of type BackendBuildContext Modifier and Type Method Description BackendImplementorLuceneBackendFactory. create(EventContext eventContext, BackendBuildContext buildContext, ConfigurationPropertySource propertySource)IndexManagerBuilderLuceneBackendImpl. createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource) -
Uses of BackendBuildContext in org.hibernate.search.engine.backend.spi
Methods in org.hibernate.search.engine.backend.spi with parameters of type BackendBuildContext Modifier and Type Method Description BackendImplementorBackendFactory. create(EventContext eventContext, BackendBuildContext context, ConfigurationPropertySource propertySource)IndexManagerBuilderBackendImplementor. createIndexManagerBuilder(String indexName, String mappedTypeName, BackendBuildContext context, BackendMapperContext backendMapperContext, ConfigurationPropertySource propertySource)
-