[GitHub] incubator-geode pull request #190: Feature/geode 11 gfsh commands

2016-07-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-geode/pull/190 --- 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

[GitHub] incubator-geode pull request #190: Feature/geode 11 gfsh commands

2016-07-07 Thread nabarunnag
Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/190#discussion_r69954541 --- Diff: geode-lucene/src/test/java/com/gemstone/gemfire/cache/lucene/internal/cli/LuceneIndexCommandsDUnitTest.java --- @@ -0,0 +1,78 @@

[GitHub] incubator-geode pull request #190: Feature/geode 11 gfsh commands

2016-07-07 Thread nabarunnag
Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/incubator-geode/pull/190#discussion_r69952124 --- Diff: geode-lucene/src/main/java/com/gemstone/gemfire/cache/lucene/internal/cli/LuceneCliStrings.java --- @@ -0,0 +1,26 @@ +/* + *

[GitHub] incubator-geode pull request #190: Feature/geode 11 gfsh commands

2016-07-06 Thread aparnard
GitHub user aparnard opened a pull request: https://github.com/apache/incubator-geode/pull/190 Feature/geode 11 gfsh commands GEODE-11: Implementing GFSH command to list Lucene indexes Added a GFSH command to list the Lucene indexes. Also added a dunit test to verify this