GitHub user aparnard opened a pull request:

    https://github.com/apache/incubator-geode/pull/163

    GEODE-11 Creating a new LuceneQueryException and removing ParseException 
from the API

    Adding a new exception to wrap lucene exceptions called 
LuceneQueryException. Removed lucene exceptions from the public API.
    
    Added LuceneQueryException to the search method.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aparnard/incubator-geode 
feature/GEODE-11-LuceneQueryException

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/163.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 #163
    
----
commit 2ac5edb0917683b820647f45aa3c60899093ac1a
Author: Aparna Dharmakkan <adharmak...@pivotal.io>
Date:   2016-06-16T18:20:13Z

    GEODE-11: Removed ParseException from LuceneQueryFactory.create, added 
LuceneQueryException
    
    Adding a new exception to wrap lucene exceptions called 
LuceneQueryException. Removed lucene exceptions from the public API.

commit 678858d63fcd089f341bc95c2f0026e46b8dbe13
Author: Aparna Dharmakkan <adharmak...@pivotal.io>
Date:   2016-06-16T21:12:42Z

    GEODE-11: Added LuceneQueryException to search signature
    
    Search will now throw a LuceneQueryException if a query cannot be parsed.

----


---
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.
---

Reply via email to