javanna commented on issue #13745:
URL: https://github.com/apache/lucene/issues/13745#issuecomment-2699189350
> HNSW vector search heavy lifting is done in rewrite, so out of scope for
this, right?
I believe so, mostly because query rewrite does not parallelize on slices,
but across
msokolov commented on issue #13745:
URL: https://github.com/apache/lucene/issues/13745#issuecomment-2698550635
HNSW vector search heavy lifting is done in `rewrite`, so out of scope for
this, right? Maybe multi-term queries would need to do some work. What about
join queries? TermInSet quer
javanna commented on issue #13745:
URL: https://github.com/apache/lucene/issues/13745#issuecomment-2682478759
This is a heads up that I started working on this. My focus is currently on
`PointRangeQuery`. The overall goal is to share the bitset computation across
scorer suppliers for the sa