Skip to content

Commit

Permalink
Merge pull request #8 from yakaz/lucene-4.1
Browse files Browse the repository at this point in the history
Upgrade to Lucene 4.1
  • Loading branch information
dadoonet committed Feb 24, 2013
2 parents aee7ee6 + c69d6d5 commit 9e96a84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<properties>
<elasticsearch.version>0.19.3</elasticsearch.version>
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
</properties>

<repositories>
Expand All @@ -51,8 +51,8 @@

<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-icu</artifactId>
<version>3.6.1</version>
<artifactId>lucene-analyzers-icu</artifactId>
<version>4.1.0</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -144,4 +144,4 @@
</plugin>
</plugins>
</build>
</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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;
Expand Down

0 comments on commit 9e96a84

Please sign in to comment.