Uses of Class
org.openmetadata.service.search.SearchIndexDefinition.ElasticSearchIndexType
-
Packages that use SearchIndexDefinition.ElasticSearchIndexType Package Description org.openmetadata.service.search org.openmetadata.service.search.elasticSearch org.openmetadata.service.search.openSearch -
-
Uses of SearchIndexDefinition.ElasticSearchIndexType in org.openmetadata.service.search
Methods in org.openmetadata.service.search that return SearchIndexDefinition.ElasticSearchIndexType Modifier and Type Method Description static SearchIndexDefinition.ElasticSearchIndexTypeIndexUtil. getIndexMappingByEntityType(String type)static SearchIndexDefinition.ElasticSearchIndexTypeSearchIndexDefinition.ElasticSearchIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchIndexDefinition.ElasticSearchIndexType[]SearchIndexDefinition.ElasticSearchIndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openmetadata.service.search with parameters of type SearchIndexDefinition.ElasticSearchIndexType Modifier and Type Method Description voidSearchClient. addTestCaseFromLogicalTestSuite(TestSuite testSuite, ChangeEvent event, SearchIndexDefinition.ElasticSearchIndexType indexType)booleanSearchClient. createIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)voidSearchClient. deleteIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType)static StringIndexUtil. getIndexMapping(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)default StringSearchClient. getIndexMapping(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)static voidIndexUtil. populateEsFieldsForIndexes(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, IndexMappingLanguage lang)This method is used lazily to populate ES Mapping fields and corresponding Entity Fields getting common fields in between NOTE: This is not done as part of constructor since Resource Using this might start to get exception since it utilizes EntityRepository.voidSearchClient. processTestCase(TestCase testCase, ChangeEvent event, SearchIndexDefinition.ElasticSearchIndexType indexType)voidSearchClient. updateIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)default voidSearchClient. updateSearchForEntityCreated(SearchIndexDefinition.ElasticSearchIndexType indexType, String entityType, ChangeEvent event)default voidSearchClient. updateSearchForEntityUpdated(SearchIndexDefinition.ElasticSearchIndexType indexType, String entityType, ChangeEvent event) -
Uses of SearchIndexDefinition.ElasticSearchIndexType in org.openmetadata.service.search.elasticSearch
-
Uses of SearchIndexDefinition.ElasticSearchIndexType in org.openmetadata.service.search.openSearch
Methods in org.openmetadata.service.search.openSearch with parameters of type SearchIndexDefinition.ElasticSearchIndexType Modifier and Type Method Description voidOpenSearchClientImpl. addTestCaseFromLogicalTestSuite(TestSuite testSuite, ChangeEvent event, SearchIndexDefinition.ElasticSearchIndexType indexType)booleanOpenSearchClientImpl. createIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)voidOpenSearchClientImpl. deleteIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType)voidOpenSearchClientImpl. processTestCase(TestCase testCase, ChangeEvent event, SearchIndexDefinition.ElasticSearchIndexType indexType)voidOpenSearchClientImpl. updateIndex(SearchIndexDefinition.ElasticSearchIndexType elasticSearchIndexType, String lang)voidOpenSearchClientImpl. updateSearchForEntityCreated(SearchIndexDefinition.ElasticSearchIndexType indexType, String entityType, ChangeEvent event)
-