[
https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12923998#action_12923998
]
Yonik Seeley commented on LUCENE-996:
-------------------------------------
OK, here's the full patch.
Rather than try to maintain back compat for overriders that only works half of
the time and silently fails the other half, I took a different approach that
will make their compile fail (since lucene4 isn't a drop in replacement for any
previous impl).
> 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: 4.0
>
> Attachments: LUCENE-996.patch, 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]