You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by zh...@apache.org on 2017/09/12 20:50:46 UTC

[geode] branch feature/GEODE-3240 updated: GEODE-3240: let the integration test code to use different fields

This is an automated email from the ASF dual-hosted git repository.

zhouxj pushed a commit to branch feature/GEODE-3240
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/feature/GEODE-3240 by this push:
     new 523375f  GEODE-3240: let the integration test code to use different fields
523375f is described below

commit 523375fe564654b923409d79af3f97b8ec07c6ed
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Tue Sep 12 13:49:54 2017 -0700

    GEODE-3240: let the integration test code to use different fields
---
 .../geode/cache/lucene/LuceneIndexMaintenanceIntegrationTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneIndexMaintenanceIntegrationTest.java b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneIndexMaintenanceIntegrationTest.java
index c3a481c..03921ee 100644
--- a/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneIndexMaintenanceIntegrationTest.java
+++ b/geode-lucene/src/test/java/org/apache/geode/cache/lucene/LuceneIndexMaintenanceIntegrationTest.java
@@ -109,7 +109,7 @@ public class LuceneIndexMaintenanceIntegrationTest extends LuceneIntegrationTest
 
   @Test
   public void useSerializerToIndex() throws Exception {
-    luceneService.createIndexFactory().setFields("title", "description")
+    luceneService.createIndexFactory().setFields("title", "name")
         .setLuceneSerializer(
             new HeterogeneousLuceneSerializer(new String[] {"title", "description"}))
         .create(INDEX_NAME, REGION_NAME);

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].