gf2121 commented on issue #12028: URL: https://github.com/apache/lucene/issues/12028#issuecomment-1361021593
I benchmarked some queries like `_id = '1' AND cardinality_8_field in (1, 2, 3) ` on 1M docs, here is the result: ``` Benchmark Mode Cnt Score Error Units fieldSetQuery thrpt 10 48.025 ± 16.741 ops/ms pointSetQuery thrpt 10 5.514 ± 0.159 ops/ms ``` `fieldSetQuery` is using `LongField#newSetQuery` (see the example above) while `pointSetQuery` is using `LongPoint#newSetQuery`. -- 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