rmuir commented on PR #12135:
URL: https://github.com/apache/lucene/pull/12135#issuecomment-1425786387

   If it was done as MTQ, the points+dv case would still need some integration 
(e.g. IndexOrDocValuesQuery(PointInSetQuery, MTQ(using docvalues)...). So I 
imagine that case would not get any better, which is sad since if you want to 
do this stuff, using points is really the way to go: you must make your IDs 
fixed width or numeric, but they execute much faster than the terms versions. 
no ordinal lookups in each segment, better cost estimation, etc.


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