You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ud...@apache.org on 2018/03/13 23:00:51 UTC

[geode] branch feature/GEODE-3926_2 updated: Added isIndexAvailable on LuceneRawIndex.java

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

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


The following commit(s) were added to refs/heads/feature/GEODE-3926_2 by this push:
     new 6cf4ef1  Added isIndexAvailable on LuceneRawIndex.java
6cf4ef1 is described below

commit 6cf4ef15eeac93a8241df5aced1446ffdb4720d7
Author: Udo <uk...@pivotal.io>
AuthorDate: Tue Mar 13 16:00:42 2018 -0700

    Added isIndexAvailable on LuceneRawIndex.java
---
 .../java/org/apache/geode/cache/lucene/internal/LuceneRawIndex.java  | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRawIndex.java b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRawIndex.java
index d4168bd..df80a48 100755
--- a/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRawIndex.java
+++ b/geode-lucene/src/main/java/org/apache/geode/cache/lucene/internal/LuceneRawIndex.java
@@ -50,4 +50,9 @@ public class LuceneRawIndex extends LuceneIndexImpl {
 
   @Override
   public void destroy(boolean initiator) {}
+
+  @Override
+  public boolean isIndexAvailable() {
+    return true;
+  }
 }

-- 
To stop receiving notification emails like this one, please contact
udo@apache.org.