From c69d6d5932ca382bf8742c9cd3f192b8d14d00d0 Mon Sep 17 00:00:00 2001 From: Olivier Favre Date: Mon, 4 Feb 2013 11:54:15 +0100 Subject: [PATCH] Upgrade to Lucene 4.1 --- pom.xml | 8 ++++---- .../analysis/SimpleIcuCollationTokenFilterTests.java | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1f15a56b93b..2d2f88589ee 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ - 0.19.3 + 0.21.0.Beta1-SNAPSHOT @@ -51,8 +51,8 @@ org.apache.lucene - lucene-icu - 3.6.1 + lucene-analyzers-icu + 4.1.0 compile @@ -144,4 +144,4 @@ - \ No newline at end of file + diff --git a/src/test/java/org/elasticsearch/index/analysis/SimpleIcuCollationTokenFilterTests.java b/src/test/java/org/elasticsearch/index/analysis/SimpleIcuCollationTokenFilterTests.java index 5d0b60b9575..e4475e853b9 100644 --- a/src/test/java/org/elasticsearch/index/analysis/SimpleIcuCollationTokenFilterTests.java +++ b/src/test/java/org/elasticsearch/index/analysis/SimpleIcuCollationTokenFilterTests.java @@ -3,7 +3,7 @@ package org.elasticsearch.index.analysis; import com.ibm.icu.text.Collator; import com.ibm.icu.text.RuleBasedCollator; import com.ibm.icu.util.ULocale; -import org.apache.lucene.analysis.KeywordTokenizer; +import org.apache.lucene.analysis.core.KeywordTokenizer; import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.tokenattributes.CharTermAttribute; import org.elasticsearch.common.inject.Injector;