Uses of Class
org.hibernate.search.backend.elasticsearch.index.layout.impl.IndexNames
-
-
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with parameters of type IndexNames Constructor Description ElasticsearchIndexRootBuilder(ElasticsearchIndexFieldTypeFactoryProvider typeFactoryProvider, EventContext indexEventContext, BackendMapperContext backendMapperContext, IndexNames indexNames, String mappedTypeName, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping customIndexMapping, DynamicMapping dynamicMapping) -
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.document.model.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.impl that return IndexNames Modifier and Type Method Description IndexNamesElasticsearchIndexModel. names()Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type IndexNames Constructor Description ElasticsearchIndexModel(IndexNames names, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String,ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, IndexSettings customIndexSettings, RootTypeMapping mapping, RootTypeMapping customMapping) -
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl with parameters of type IndexNames Constructor Description LowLevelIndexMetadataBuilder(GsonProvider gsonProvider, ElasticsearchIndexMetadataSyntax syntax, IndexNames indexNames) -
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.mapping.impl
Methods in org.hibernate.search.backend.elasticsearch.mapping.impl with parameters of type IndexNames Modifier and Type Method Description voidDiscriminatorTypeNameMapping. register(IndexNames indexNames, String mappedTypeName)voidIndexNameTypeNameMapping. register(IndexNames indexNames, String mappedTypeName)voidTypeNameMapping. register(IndexNames indexNames, String mappedTypeName)Register a new index => type mapping. -
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.schema.management.impl
Constructors in org.hibernate.search.backend.elasticsearch.schema.management.impl with parameters of type IndexNames Constructor Description ElasticsearchIndexSchemaManager(Optional<String> backendName, com.google.gson.Gson userFacingGson, ElasticsearchWorkFactory workFactory, ElasticsearchParallelWorkOrchestrator workOrchestrator, IndexLayoutStrategy indexLayoutStrategy, IndexNames indexNames, IndexMetadata expectedMetadata, ElasticsearchIndexLifecycleExecutionOptions executionOptions) -
Uses of IndexNames in org.hibernate.search.backend.elasticsearch.search.common.impl
Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return IndexNames Modifier and Type Method Description IndexNamesElasticsearchSearchIndexContext. names()
-