![JAR search and dependency download from the Maven repository](/logo.png)
org.elasticsearch.index.analysis.ik.spi.Configuration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ik-analysis-es-plugin Show documentation
Show all versions of ik-analysis-es-plugin Show documentation
Kind of Chinese Analysis for Elasticsearch
The newest version!
package org.elasticsearch.index.analysis.ik.spi;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.env.Environment;
import org.elasticsearch.index.Index;
import org.elasticsearch.index.settings.IndexSettings;
import org.wltea.analyzer.configuration.DictionaryConfiguration;
public interface Configuration extends DictionaryConfiguration {
Configuration init(Index index, @IndexSettings Settings indexSettings, Environment env, String name, Settings settings);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy