Re: [I] Stop duplicating per-segment work across segment partitions [lucene]

2025-03-04 Thread via GitHub
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

Re: [I] Stop duplicating per-segment work across segment partitions [lucene]

2025-03-04 Thread via GitHub
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

Re: [I] Stop duplicating per-segment work across segment partitions [lucene]

2025-02-25 Thread via GitHub
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