atris commented on issue #794: LUCENE-8769: Introduce Range Query Type With 
Multiple Ranges
URL: https://github.com/apache/lucene-solr/pull/794#issuecomment-512816491
 
 
   @iverase I was hesitant to do that since MultiRangeQuery will take multiple 
points as inputs, so if we were to build the entire query in one go, that would 
require the user to pass in an array of arrays upfront. The builder approach, 
much like BooleanQuery, gives the user a friendly option to populate ranges and 
then build a query. WDYT?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to