GitHub user aparnard opened a pull request: https://github.com/apache/incubator-geode/pull/203
Feature/geode 11 gfsh list lucene stats - Added stats option to the list 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). - Added junit and dunit tests for the above mentioned functionalities. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aparnard/incubator-geode feature/geode-11-gfsh-list-lucene-stats Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/203.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 #203 ---- commit ef735dac52e042e19d9984aef83e2d2ab60791a6 Author: Dan Smith <dsm...@pivotal.io> Date: 2016-07-01T17:45:04Z GEODE-11: GFSH commands for Lucene Signed-off-by: Aparna Dharmakkan <adharmak...@pivotal.io> commit dd6fa830269dffba3e2e4be819f69e68a9442338 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-06T22:43:26Z GEODE-11: Implementing GFSH command for listing lucene indexes. Added the LuceneIndexCommands class that implements the list lucene index functionality in GFSH and the LuceneListIndexFunction class that gets the information about lucene indexes from the cache. Also added a test to verify this functionality. The org.springframework.shell.core.CommandMarker file is required to register the lucene commands in GFSH. Signed-off-by: Gester Zhou <gz...@pivotal.io> commit 8fc09cda3abf90319c4a17ff86cc47f4641f5c83 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-07T17:45:10Z GEODE-11: Adding JUnit test for LuceneIndexCommands Added a JUnit test for getIndexListing() Signed-off-by: Gester Zhou <gz...@pivotal.io> commit 136c6e8bd7a9094d73b06d26c57268a44eaf952a Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-07T21:37:18Z Adding a unit test for list lucene indexes gfsh command Signed-off-by: Gester Zhou <gz...@pivotal.io> commit bb8957dc543390967f05748f82eee5f2ba2190df Author: Dan Smith <dsm...@pivotal.io> Date: 2016-07-08T00:48:02Z GEODE-11 Adding lucene create index gfsh command Added lucene create index command and dunit tests. Signed-off-by: Aparna Dharmakkan <adharmak...@pivotal.io> commit 8fe0228312584d6f4926ff9417817b5783d2b895 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-08T23:20:40Z GEODE-11: Create lucene index gfsh command Added a GFSH command to create a lucene index. Added DUnit and JUnit tests. Also added JUnit test for LucenListIndexFunction. Made changes according to review comments. Signed-off-by: Gester Zhou <gz...@pivotal.io> commit fe0942c368b64c8715f37c63a0d4296cc75d4e77 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 3b5bf9b29dba6a9a5b4cc90704a632a6b9f5376a 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. ---