Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public ConfigurationSub(Environment env,Settings settings) {

@Override
public Path getConfDir() {
return this.environment.configFile().resolve(AnalysisIkPlugin.PLUGIN_NAME);
return this.environment.configDir().resolve(AnalysisIkPlugin.PLUGIN_NAME);
}

public Path getConfigInPluginDir() {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<lucene.version>9.3.0</lucene.version>
<elasticsearch.version>8.4.1</elasticsearch.version>
<elasticsearch.version>8.18.0</elasticsearch.version>
<opensearch.version>2.0.1</opensearch.version>
<maven.compiler.target>1.8</maven.compiler.target>

Expand Down