Skip to content

Commit

Permalink
Upgrade to Lucene 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s1monw authored and jpountz committed Feb 26, 2014
1 parent 90e57c1 commit 609e88c
Show file tree
Hide file tree
Showing 29 changed files with 176 additions and 3,345 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,14 @@
<developerConnection>scm:git:git@github.com:elasticsearch/elasticsearch.git</developerConnection>
<url>http://github.com/elasticsearch/elasticsearch</url>
</scm>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>

<properties>
<lucene.version>4.6.1</lucene.version>
<lucene.version>4.7.0</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
Expand All @@ -57,12 +56,6 @@
<version>${lucene.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-expressions</artifactId>
<version>${lucene.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
Expand Down
2,096 changes: 0 additions & 2,096 deletions src/main/java/org/apache/lucene/analysis/miscellaneous/XASCIIFoldingFilter.java

This file was deleted.

627 changes: 0 additions & 627 deletions src/main/java/org/apache/lucene/queryparser/XSimpleQueryParser.java

This file was deleted.

326 changes: 0 additions & 326 deletions src/main/java/org/apache/lucene/search/XReferenceManager.java

This file was deleted.

Loading

0 comments on commit 609e88c

Please sign in to comment.