Skip to content

Commit 17c23ce

Browse files
committed
Update to Lucene 4.8
Closes #18 (cherry picked from commit e2a98c9)
1 parent 835a044 commit 17c23ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<properties>
3535
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
36-
<lucene.version>4.7.0</lucene.version>
36+
<lucene.version>4.8.0</lucene.version>
3737
<tests.jvms>1</tests.jvms>
3838
<tests.shuffle>true</tests.shuffle>
3939
<tests.output>onerror</tests.output>

src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseIntegrationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
import static org.hamcrest.CoreMatchers.*;
2929

30-
@ElasticsearchIntegrationTest.ClusterScope(numNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE)
30+
@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE)
3131
public class SimpleSmartChineseIntegrationTests extends ElasticsearchIntegrationTest {
3232

3333
@Test

0 commit comments

Comments
 (0)