Uses of Class
org.hibernate.search.backend.elasticsearch.lowlevel.index.impl.IndexMetadata
-
-
Uses of IndexMetadata in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl
Methods in org.hibernate.search.backend.elasticsearch.document.model.lowlevel.impl that return IndexMetadata Modifier and Type Method Description IndexMetadataLowLevelIndexMetadataBuilder. build() -
Uses of IndexMetadata in org.hibernate.search.backend.elasticsearch.schema.management.impl
Constructors in org.hibernate.search.backend.elasticsearch.schema.management.impl with parameters of type IndexMetadata 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 IndexMetadata in org.hibernate.search.backend.elasticsearch.work.result.impl
Methods in org.hibernate.search.backend.elasticsearch.work.result.impl that return IndexMetadata Modifier and Type Method Description IndexMetadataExistingIndexMetadata. getMetadata()Constructors in org.hibernate.search.backend.elasticsearch.work.result.impl with parameters of type IndexMetadata Constructor Description ExistingIndexMetadata(String primaryName, IndexMetadata metadata)
-