Uses of Class
org.openmetadata.service.search.models.IndexMapping
Packages that use IndexMapping
Package
Description
-
Uses of IndexMapping in org.openmetadata.service.search
Methods in org.openmetadata.service.search that return IndexMappingMethods in org.openmetadata.service.search with parameters of type IndexMappingModifier and TypeMethodDescriptionvoidSearchClient.createAliases(IndexMapping indexMapping) voidSearchClient.createIndex(IndexMapping indexMapping, String indexMappingContent) voidSearchRepository.createIndex(IndexMapping indexMapping) voidSearchClient.deleteIndex(IndexMapping indexMapping) voidSearchRepository.deleteIndex(IndexMapping indexMapping) voidSearchRepository.deleteOrUpdateChildren(EntityInterface entity, IndexMapping indexMapping) booleanSearchRepository.indexExists(IndexMapping indexMapping) voidSearchRepository.propagateInheritedFieldsToChildren(String entityType, String entityId, ChangeDescription changeDescription, IndexMapping indexMapping) voidSearchRepository.softDeleteOrRestoredChildren(EntityInterface entity, IndexMapping indexMapping, boolean delete) voidSearchClient.updateIndex(IndexMapping indexMapping, String indexMappingContent) voidSearchRepository.updateIndex(IndexMapping indexMapping) -
Uses of IndexMapping in org.openmetadata.service.search.elasticsearch
Methods in org.openmetadata.service.search.elasticsearch with parameters of type IndexMappingModifier and TypeMethodDescriptionvoidElasticSearchClient.createAliases(IndexMapping indexMapping) voidElasticSearchClient.createIndex(IndexMapping indexMapping, String indexMappingContent) voidElasticSearchClient.deleteIndex(IndexMapping indexMapping) voidElasticSearchClient.updateIndex(IndexMapping indexMapping, String indexMappingContent) -
Uses of IndexMapping in org.openmetadata.service.search.opensearch
Methods in org.openmetadata.service.search.opensearch with parameters of type IndexMappingModifier and TypeMethodDescriptionvoidOpenSearchClient.createAliases(IndexMapping indexMapping) voidOpenSearchClient.createIndex(IndexMapping indexMapping, String indexMappingContent) voidOpenSearchClient.deleteIndex(IndexMapping indexMapping) voidOpenSearchClient.updateIndex(IndexMapping indexMapping, String indexMappingContent)