[ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mark Miller updated LUCENE-996: ------------------------------- Attachment: LUCENE-996.patch Missed that the new tests didn't patch, so I've merged and fixed them. Looks pretty good now except that a contrib test fails - those that overrode the deprecated protected Query getRangeQuery(String field, String part1, String part2, boolean inclusive) are being left out in the cold. Once that is addressed, I think this patch looks pretty good. > Parsing mixed inclusive/exclusive range queries > ----------------------------------------------- > > Key: LUCENE-996 > URL: https://issues.apache.org/jira/browse/LUCENE-996 > Project: Lucene - Java > Issue Type: Improvement > Components: QueryParser > Affects Versions: 2.2 > Reporter: Andrew Schurman > Priority: Minor > Fix For: 2.9 > > Attachments: LUCENE-996.patch, LUCENE-996.patch, lucene-996.patch, > lucene-996.patch > > > The current query parser doesn't handle parsing a range query (i.e. > ConstantScoreRangeQuery) with mixed inclusive/exclusive bounds. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]