hoshinojyunn opened a new pull request, #399:
URL: https://github.com/apache/doris-thirdparty/pull/399
### What problem does this PR solve?
MultiReader and MultiSegmentReader both expose postings through
MultiTermDocs. query_v2 WAND uses the block postings API, but MultiTermDocs did
not implement it, so composite CLucene readers could not participate in block
WAND.
Implement block reads, block skips, and block metadata forwarding while
translating leaf-local document IDs to composite-reader coordinates.
### Release note
None
### Check List
- Test: BE unit test
- `./run-be-ut.sh --run --filter=MultiSegmentCollectorTest.BlockWand* -j
16`
--
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]