Class AnalysisElementConfiguration
java.lang.Object
io.jmix.search.index.mapping.analysis.impl.AnalysisElementConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionprotected static AnalysisElementConfiguration
create
(AnalysisElementType type, String name, com.fasterxml.jackson.databind.node.ObjectNode config) com.fasterxml.jackson.databind.node.ObjectNode
getName()
org.elasticsearch.common.settings.Settings
getType()
-
Method Details
-
getName
-
getConfig
public com.fasterxml.jackson.databind.node.ObjectNode getConfig() -
getSettings
public org.elasticsearch.common.settings.Settings getSettings() -
getType
-
create
protected static AnalysisElementConfiguration create(AnalysisElementType type, String name, com.fasterxml.jackson.databind.node.ObjectNode config)
-