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 void
ElasticSearchIndexConfig. merge(ElasticSearchIndexConfig other)
Useother
mapping 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. indexConfig
Methods in org.nuxeo.elasticsearch.core with parameters of type ElasticSearchIndexConfig Modifier and Type Method Description protected void
ElasticSearchAdminImpl. initIndex(String indexName, ElasticSearchIndexConfig conf, boolean dropIfExists)
protected void
ElasticSearchAdminImpl. initIndex(ElasticSearchIndexConfig conf, boolean dropIfExists)
protected void
ElasticSearchAdminImpl. initIndex(ElasticSearchIndexConfig conf, boolean dropIfExists, boolean syncAlias)
protected void
ElasticSearchAdminImpl. initSearchAlias(ElasticSearchIndexConfig conf)
protected void
ElasticSearchAdminImpl. initWriteAlias(ElasticSearchIndexConfig conf, boolean create)
protected void
ElasticSearchAdminImpl. 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.
-