GitHub user aparnard opened a pull request: https://github.com/apache/incubator-geode/pull/219
feature/GEODE-11-Lucene search with limit and pagination in gfsh - Added limit option to the lucene search gfsh command to limit the number of search results to return. - Added page size option to the lucene search gfsh command to paginate the search results. - Added dunit and junit tests to verify 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-gfsh-lucene-query Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/219.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 #219 ---- commit 4285edd41910297e1d921059582692da85c28a67 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-20T20:50:59Z GEODE-11: Added Limit to lucene search gfsh commands Added an option to specify limit in gfsh search. Added a dunit test to verify. commit 801bbe98751aa52111a07f492ec9ef08f97e85a2 Author: Aparna Dharmakkan <adharmak...@pivotal.io> Date: 2016-07-27T21:40:08Z GEODE-11 : Pagination for gfsh lucene search command Added pagination for gfsh lucene search results. Added junit test to verify. ---- --- 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. ---