[ https://issues.apache.org/jira/browse/GEODE-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Barry Oglesby resolved GEODE-1189. ---------------------------------- Resolution: Fixed Fix Version/s: 1.2.0 > 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.3.15#6346)