rmuir commented on issue #12028:
URL: https://github.com/apache/lucene/issues/12028#issuecomment-1382953573

   I don't think it is good to degrade to `BooleanQuery` when using points or 
doc-values, it will only hurt performance.
   
   Let's add `NumericDocValuesField.newSlowSetQuery()` and 
`SortedNumericDocValuesField.newSlowSetQuery()` to complement the doc-values 
based range queries?
   
   Query in fact already exist, but needs to be cleaned up since they have been 
"hiding" in `lucene/sandbox`.  See PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to