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> ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---