rmuir opened a new pull request, #12087:
URL: https://github.com/apache/lucene/pull/12087

   Clean up this query a bit, and move it around to support:
   
   * NumericDocValuesField.newSlowSetQuery()
   * SortedNumericDocValuesField.newSlowSetQuery()
   
   This complements the existing docvalues-based range queries, with a set 
query.
   
   Later we can hook this into IntField/LongField/FloatField/DoubleField via 
IndexOrDocValuesQuery.
   
   In general cleanup was not a big deal, involves:
   * fix code to use e.g. DocValues.isCacheable rather than assuming docvalues 
can't be updated
   * implement optimized codepath for single-valued fields
   * in general, try to be consistent with SortedNumericDocValuesRangeQuery as 
much as possible
   
   Relates to #12028


-- 
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