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 authored and jpountz committed Feb 26, 2014
1 parent 1441fec commit 30d7b8d
Show file tree
Hide file tree
Showing 30 changed files with 178 additions and 3,370 deletions.
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</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 +57,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 30d7b8d

Please sign in to comment.