From 38186752cd5f1d27668e2f6550bc6ec0fdd87feb Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 28 May 2014 09:51:40 +0200 Subject: [PATCH] Update to Lucene 4.8 / Elasticsearch 1.2.0 Related to #18. --- pom.xml | 2 +- .../index/analysis/SimpleSmartChineseIntegrationTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e437731290f..b19382dff66 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 2.0.0-SNAPSHOT - 4.8.0 + 4.8.1 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 ec9c716eaf2..292da7b4b27 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(scope = ElasticsearchIntegrationTest.Scope.SUITE) +@ElasticsearchIntegrationTest.ClusterScope(numDataNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE) public class SimpleSmartChineseIntegrationTests extends ElasticsearchIntegrationTest { @Test