Uses of Class
org.nuxeo.elasticsearch.config.ElasticSearchIndexConfig
Packages that use ElasticSearchIndexConfig
Package
Description
- 
Uses of ElasticSearchIndexConfig in org.nuxeo.elasticsearch
Fields in org.nuxeo.elasticsearch with type parameters of type ElasticSearchIndexConfigModifier and TypeFieldDescriptionprotected final Map<String, ElasticSearchIndexConfig> ElasticSearchComponent.indexConfig - 
Uses of ElasticSearchIndexConfig in org.nuxeo.elasticsearch.config
Methods in org.nuxeo.elasticsearch.config with parameters of type ElasticSearchIndexConfigModifier and TypeMethodDescriptionvoidElasticSearchIndexConfig.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 ElasticSearchIndexConfigModifier and TypeFieldDescriptionprotected final Map<String, ElasticSearchIndexConfig> ElasticSearchAdminImpl.indexConfigMethods in org.nuxeo.elasticsearch.core with parameters of type ElasticSearchIndexConfigModifier and TypeMethodDescriptionprotected 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 create) 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 ElasticSearchIndexConfigModifierConstructorDescriptionElasticSearchAdminImpl(Map<String, ElasticSearchIndexConfig> indexConfig) Init the admin service, remote configuration if not null will take precedence over local embedded configuration.