You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2016/06/13 15:17:21 UTC

[jira] [Created] (LUCENE-7336) Move TermRangeQuery to sandbox

Michael McCandless created LUCENE-7336:
------------------------------------------

             Summary: Move TermRangeQuery to sandbox
                 Key: LUCENE-7336
                 URL: https://issues.apache.org/jira/browse/LUCENE-7336
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Michael McCandless
            Assignee: Michael McCandless
             Fix For: master (7.0), 6.2


I think, long ago, this class was abused for numeric range searching, if you converted your numeric terms into text terms "carefully", but we now have dimensional points for that, and I think otherwise this query class is quite dangerous: you can easily accidentally make a very costly query.

Furthermore, the common use cases for multi-term queries are already covered by other classes ({{PrefixQuery}}, {{WildcardQuery}}, {{FuzzyQuery}}).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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