Skip to content

Commit

Permalink
Upgrade to Lucene 4.7
Browse files Browse the repository at this point in the history
Closes #5104
Closes #5129
Closes #3757
  • Loading branch information
s1monw committed Feb 19, 2014
1 parent 1d54343 commit a12e02a
Show file tree
Hide file tree
Showing 29 changed files with 191 additions and 3,344 deletions.
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,21 @@
<developerConnection>scm:git:git@github.com:elasticsearch/elasticsearch.git</developerConnection>
<url>http://github.com/elasticsearch/elasticsearch</url>
</scm>

<repositories>
<repository>
<id>lucene</id>
<name>lucene staging</name>
<url>http://people.apache.org/~simonw/staging_area/lucene-solr-4.7.0-RC1-rev1569660/lucene/maven</url>
</repository>
</repositories>
<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 +63,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 a12e02a

Please sign in to comment.