summaryrefslogtreecommitdiff
path: root/settings.gradle
diff options
context:
space:
mode:
authorChristoph Büscher <christoph@elastic.co>2016-10-27 22:53:52 +0200
committerChristoph Büscher <christoph@elastic.co>2016-10-31 18:20:39 +0100
commita9b0b977039aee7a5870503cd79624149e45efb2 (patch)
treef83905d0631f865d8c54d24e49b3f5e9f3feee20 /settings.gradle
parenta23ded6a94697adad66b79fcb61e64ddc965926c (diff)
Expose Lucenes Ukrainian analyzer
Since Lucene 6.2. the UkrainianMorfologikAnalyzer is available through the lucene-analyzers-morfologik jar. This change exposes it to be used as an elasticsearch plugin.
Diffstat (limited to 'settings.gradle')
-rw-r--r--settings.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle
index 81513fd372..4c662ac448 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -36,6 +36,7 @@ List projects = [
'plugins:analysis-phonetic',
'plugins:analysis-smartcn',
'plugins:analysis-stempel',
+ 'plugins:analysis-ukrainian',
'plugins:discovery-azure-classic',
'plugins:discovery-ec2',
'plugins:discovery-file',