[ 
https://issues.apache.org/jira/browse/GEODE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15392904#comment-15392904
 ] 

ASF GitHub Bot commented on GEODE-11:
-------------------------------------

GitHub user aparnard opened a pull request:

    https://github.com/apache/incubator-geode/pull/217

    feature/GEODE-11-Defining lucene index 

    - Added a definedIndexMap field in LuceneServiceImpl to store the 
uninitialized lucene indexes
    - Added a field "status" to the list and describe lucene gfsh commands to 
differentiate between defined and initialized indexes.
    - Added a dunit test for the create index gfsh command to verify if the 
indexes created through gfsh are stored in definedIndexMap.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aparnard/incubator-geode 
feature/GEODE-11-define-index

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/217.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #217
    
----
commit 6e2e24a18838ae9538f9e45ad2dd4ed18a8370e1
Author: Aparna Dharmakkan <adharmak...@pivotal.io>
Date:   2016-07-25T19:21:21Z

    GEODE-11: Adding a defined index field in LuceneServiceImpl
    
    Added a definedIndexMap field in LuceneServiceImpl to store the 
uninitialized lucene indexes
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>

commit e90c83a67f6591f9d8ae24777d96cceb09dd34a7
Author: Aparna Dharmakkan <adharmak...@pivotal.io>
Date:   2016-07-26T00:02:05Z

    GEODE-11: Added status to gfsh commands
    
    Added a field status(initialized/defined wrt region creation) to list and 
describe lucene commands.
    Added a dunit test for create index command to verify that the created 
index is stored in definedIndexMap.
    
    Signed-off-by: Gester Zhou <gz...@pivotal.io>

----


> Lucene Integration
> ------------------
>
>                 Key: GEODE-11
>                 URL: https://issues.apache.org/jira/browse/GEODE-11
>             Project: Geode
>          Issue Type: New Feature
>          Components: querying
>            Reporter: Dan Smith
>            Assignee: xiaojian zhou
>
> This is a feature that has been under development for GemFire but was not 
> part of the initial drop of code for geode.
> Allow Lucene indexes to be stored in Geode regions allowing users to do text 
> searches on data stored in Geode. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to