You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Luis Alves (JIRA)" <ji...@apache.org> on 2009/08/25 10:07:59 UTC

[jira] Commented: (LUCENE-996) Parsing mixed inclusive/exclusive range queries

    [ https://issues.apache.org/jira/browse/LUCENE-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747283#action_12747283 ] 

Luis Alves commented on LUCENE-996:
-----------------------------------

Issue LUCENE-1823 includes syntax for >=, <=, = :
- Instead of "foo:[a TO z}" the query would be "foo >a AND foo <=z"
- instead of "foo:{a TO z]" the query would be  "foo >= a AND foo <z"

Is that good enough?



> 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: 3.1
>
>         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: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org