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/15 22:37:14 UTC

[geode] branch feature/GEODE-3569 updated: GEODE-3569: addCacheServiceProfile should use serializer as paramter

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

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


The following commit(s) were added to refs/heads/feature/GEODE-3569 by this push:
     new 8f44baf  GEODE-3569: addCacheServiceProfile should use serializer as paramter
8f44baf is described below

commit 8f44baf6014cb4936d90535d236fd98d8a986078
Author: zhouxh <gz...@pivotal.io>
AuthorDate: Fri Sep 15 15:36:30 2017 -0700

    GEODE-3569: addCacheServiceProfile should use serializer as paramter
---
 .../org/apache/geode/cache/lucene/internal/LuceneRegionListener.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRegionListener.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRegionListener.java
index 8632fca..70e7e0b 100644
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRegionListener.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRegionListener.java
@@ -103,7 +103,7 @@ public class LuceneRegionListener implements RegionListener {
 
       // Add index creation profile
       internalRegionArgs.addCacheServiceProfile(new LuceneIndexCreationProfile(this.indexName,
-          this.regionPath, this.fields, this.analyzer, this.fieldAnalyzers, null));
+          this.regionPath, this.fields, this.analyzer, this.fieldAnalyzers, serializer));
 
       luceneIndex = this.service.beforeDataRegionCreated(this.indexName, this.regionPath, attrs,
           this.analyzer, this.fieldAnalyzers, aeqId, serializer, this.fields);

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