Uses of Class
org.nuxeo.elasticsearch.config.ElasticSearchIndexConfig
-
Packages that use ElasticSearchIndexConfig Package Description org.nuxeo.elasticsearch org.nuxeo.elasticsearch.config org.nuxeo.elasticsearch.core -
-
Uses of ElasticSearchIndexConfig in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch with type parameters of type ElasticSearchIndexConfig Modifier and Type Field Description protected Map<String,ElasticSearchIndexConfig>ElasticSearchComponent. indexConfig -
Uses of ElasticSearchIndexConfig in org.nuxeo.elasticsearch.config
Methods in org.nuxeo.elasticsearch.config with parameters of type ElasticSearchIndexConfig Modifier and Type Method Description voidElasticSearchIndexConfig. merge(ElasticSearchIndexConfig other)Useothermapping and settings if not defined. -
Uses of ElasticSearchIndexConfig in org.nuxeo.elasticsearch.core
Fields in org.nuxeo.elasticsearch.core with type parameters of type ElasticSearchIndexConfig Modifier and Type Field Description protected Map<String,ElasticSearchIndexConfig>ElasticSearchAdminImpl. indexConfigMethods in org.nuxeo.elasticsearch.core with parameters of type ElasticSearchIndexConfig Modifier and Type Method Description protected voidElasticSearchAdminImpl. initIndex(String indexName, ElasticSearchIndexConfig conf, boolean dropIfExists)protected voidElasticSearchAdminImpl. initIndex(ElasticSearchIndexConfig conf, boolean dropIfExists)protected voidElasticSearchAdminImpl. initIndex(ElasticSearchIndexConfig conf, boolean dropIfExists, boolean syncAlias)protected voidElasticSearchAdminImpl. initSearchAlias(ElasticSearchIndexConfig conf)protected voidElasticSearchAdminImpl. initWriteAlias(ElasticSearchIndexConfig conf, boolean dropIfExists)protected voidElasticSearchAdminImpl. syncSearchAndWriteAlias(ElasticSearchIndexConfig conf)Update the search index to point to the write index.Constructor parameters in org.nuxeo.elasticsearch.core with type arguments of type ElasticSearchIndexConfig Constructor Description ElasticSearchAdminImpl(ElasticSearchEmbeddedServerConfig embeddedServerConfig, ElasticSearchClientConfig clientConfig, Map<String,ElasticSearchIndexConfig> indexConfig, Collection<ESHintQueryBuilderDescriptor> hintDescriptors)Init the admin service, remote configuration if not null will take precedence over local embedded configuration.
-