[
https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643152#action_12643152
]
Andi Vajda commented on LUCENE-1390:
Wow, Steve, I'm impressed. This is quite an impro
Hi,
Currently, lucene query syntax supports range query like foo:[a TO b]. I
didn't find a way to support one boundary range. (Or did I miss something?)
After looking into the code, it seems lucene is quite close to achieve this
goal. We already have RangeFilter#less and RangeFilter#more method. So
[
https://issues.apache.org/jira/browse/LUCENE-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642993#action_12642993
]
Mark Harwood commented on LUCENE-1425:
--
Delegating responsibility away from WeightedS