From 17c23ceb4154c2d638e4969fd930f6e02e9f82e3 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 29 Apr 2014 10:58:37 +0200 Subject: [PATCH] Update to Lucene 4.8 Closes #18 (cherry picked from commit e2a98c9) --- pom.xml | 2 +- .../index/analysis/SimpleSmartChineseIntegrationTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2d3ceb28036..e437731290f 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 2.0.0-SNAPSHOT - 4.7.0 + 4.8.0 1 true onerror diff --git a/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseIntegrationTests.java b/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseIntegrationTests.java index cca291d9e4d..ec9c716eaf2 100644 --- a/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseIntegrationTests.java +++ b/src/test/java/org/elasticsearch/index/analysis/SimpleSmartChineseIntegrationTests.java @@ -27,7 +27,7 @@ import java.util.concurrent.ExecutionException; import static org.hamcrest.CoreMatchers.*; -@ElasticsearchIntegrationTest.ClusterScope(numNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE) +@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE) public class SimpleSmartChineseIntegrationTests extends ElasticsearchIntegrationTest { @Test