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

   > In our index we have a few indexed fields with type long (aren't ranges, 
it's just long ids, dimension = 1).
   > 
   > We have about 16% of search queries which include a predicate like: where 
field in (id1, id2, id3), and the length of argument list is over 40 elements.
   
   This sounds like you want to use `LongPoint.newSetQuery()` (e.g. 
PointInSetQuery)


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

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to