GitHub user aparnard opened a pull request:
https://github.com/apache/incubator-geode/pull/220
GEODE-11: Lucene gfsh exceptions and return keys of search results
- Added exception handling to lucene search and describe gfsh commands to
handle region not found, index not found and invalid query string exceptions.
- Added an option to the lucene search command to return only keys of the
search results. Added dunit and junit tests to verify
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aparnard/incubator-geode
feature/GEODE-11-Lucene-gfsh-exceptions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/220.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 #220
----
commit f522b036131b37137f9a94a74f9c5753a19db09e
Author: Aparna Dharmakkan <[email protected]>
Date: 2016-07-29T21:48:19Z
GEODE-11: Added exception handling to lucene gfsh commands
Added exception handling to lucene search and describe gfsh commands to
handle region not found, index not found and invalid query string exceptions.
commit ad776cc01c968336dc88abee998a957a9b9a728a
Author: Aparna Dharmakkan <[email protected]>
Date: 2016-07-29T23:15:09Z
GEODE-11: gfsh lucene search command returns only keys
Added an option to the lucene search command to return only keys of the
search results. Added dunit and junit tests to verify
Signed-off-by: Gester Zhou <[email protected]>
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---