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: [email protected]
For additional commands, e-mail: [email protected]