From ff9b735fff3dfa3e618aa79d9d9484b89c9f5278 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 29 Apr 2014 11:18:01 +0200 Subject: [PATCH] Update to Lucene 4.8 Closes #23. (cherry picked from commit 64a1d9c) --- pom.xml | 2 +- .../index/analysis/SimplePolishIntegrationTests.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b37c2e0563c..e59b16e3c2c 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/SimplePolishIntegrationTests.java b/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java index 50c11667762..6cae51601d7 100644 --- a/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java +++ b/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java @@ -31,7 +31,7 @@ import static org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.notNullValue; -@ElasticsearchIntegrationTest.ClusterScope(numNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE) +@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE) public class SimplePolishIntegrationTests extends ElasticsearchIntegrationTest { @Test