Comparison operators >,>=,<,<= and = support as RangeQuery syntax in QueryParser
--------------------------------------------------------------------------------

                 Key: LUCENE-3343
                 URL: https://issues.apache.org/jira/browse/LUCENE-3343
             Project: Lucene - Java
          Issue Type: New Feature
          Components: modules/queryparser
            Reporter: Olivier Favre
            Priority: Minor
             Fix For: 4.0


To offer better interoperability with other search engines and to provide an 
easier and more straight forward syntax,
the operators >, >=, <, <= and = should be available to express an open range 
query.
They should at least work for numeric queries.
'=' can be made a synonym for ':'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to