Uses of Interface
org.openmetadata.service.search.SearchClient
-
-
Uses of SearchClient in org.openmetadata.service.events.scheduled
Methods in org.openmetadata.service.events.scheduled with parameters of type SearchClient Modifier and Type Method Description static voidReportsHandler. initialize(CollectionDAO dao, SearchClient searchClient) -
Uses of SearchClient in org.openmetadata.service.search
Methods in org.openmetadata.service.search that return SearchClient Modifier and Type Method Description static SearchClientIndexUtil. getSearchClient(ElasticSearchConfiguration esConfig, CollectionDAO dao)Constructors in org.openmetadata.service.search with parameters of type SearchClient Constructor Description SearchIndexDefinition(SearchClient client) -
Uses of SearchClient in org.openmetadata.service.search.elasticSearch
Classes in org.openmetadata.service.search.elasticSearch that implement SearchClient Modifier and Type Class Description classElasticSearchClientImplConstructors in org.openmetadata.service.search.elasticSearch with parameters of type SearchClient Constructor Description ElasticSearchIndexSink(SearchClient client) -
Uses of SearchClient in org.openmetadata.service.search.openSearch
Classes in org.openmetadata.service.search.openSearch that implement SearchClient Modifier and Type Class Description classOpenSearchClientImplConstructors in org.openmetadata.service.search.openSearch with parameters of type SearchClient Constructor Description OpenSearchIndexSink(SearchClient client) -
Uses of SearchClient in org.openmetadata.service.util
Methods in org.openmetadata.service.util with parameters of type SearchClient Modifier and Type Method Description static voidReIndexingHandler. initialize(SearchClient client, CollectionDAO daoObject) -
Uses of SearchClient in org.openmetadata.service.workflows.searchIndex
Constructors in org.openmetadata.service.workflows.searchIndex with parameters of type SearchClient Constructor Description SearchIndexWorkflow(CollectionDAO dao, SearchClient client, EventPublisherJob request)
-