GitHub user aparnard opened a pull request: https://github.com/apache/incubator-geode/pull/205
Feature/geode-11-Lucene gfsh list stats and describe - Added an option to display lucene index stats in the list lucene index command. - Added describe lucene index gfsh command that takes the index name and region as arguments and displays information about the lucene index (fields, analyzers and stats) - Added junit and dunit tests for the above. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aparnard/incubator-geode feature/geode-11-lucene-gfs-stats-describe Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/205.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 #205 ---- commit 5e7f7c8cdddc27a3949ee64316db3728c4fb152a Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-12T23:31:02Z GEODE-11: Adding stats option to list lucene index gfsh command Added an option to display lucene index stats in the list lucene index command. Added junit and dunit tests to verify the same. commit 545301dd486120341376dbc05174dd809c7a7ab6 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-14T00:43:53Z GEODE-11: Added describe lucene index gfsh command Added describe lucene index gfsh command that takes the index name and region as arguments and displays information about the lucene index (fields, analyzers and stats). Also added junit and dunit tests for the same. 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. ---