iverase commented on issue #794: LUCENE-8769: Introduce Range Query Type With 
Multiple Ranges
URL: https://github.com/apache/lucene-solr/pull/794#issuecomment-512740625
 
 
   Ok, that is fine.
   
   I think we should follow the structure hat we have for other queries, e.g. 
Add in {X}Point fields a new method like:
   
   ```
   public static Query newMultiRangeQuery(String field, {X}[] lowerValues, 
{X}[] upperValues) {
       //Call query with packed values
    }
   ```
   
   In this case we do not have to change the visibility there pack method.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to