You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Anthony Baker (JIRA)" <ji...@apache.org> on 2017/06/17 18:04:22 UTC

[jira] [Closed] (GEODE-1189) Should the LuceneQueryFactory create API throw a Lucene ParseException?

     [ https://issues.apache.org/jira/browse/GEODE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anthony Baker closed GEODE-1189.
--------------------------------

> Should the LuceneQueryFactory create API throw a Lucene ParseException?
> -----------------------------------------------------------------------
>
>                 Key: GEODE-1189
>                 URL: https://issues.apache.org/jira/browse/GEODE-1189
>             Project: Geode
>          Issue Type: Bug
>          Components: lucene
>            Reporter: Barry Oglesby
>             Fix For: 1.2.0
>
>
> Or should {{Geode}} be wrapping {{Lucene}} exceptions with {{Geode}} exceptions?
> Also, related to that, the {{LuceneQueryFactory create}} is defined like:
> {noformat}
> public <K, V> LuceneQuery<K, V> create(String indexName, String regionName, String queryString) throws ParseException;
> {noformat}
> But, the {{LuceneQueryFactoryImpl create}} method is defined without the throws clause like:
> {noformat}
> public <K, V> LuceneQuery<K, V> create(String indexName, String regionName, String queryString)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)