Add AcceptDocsQuery to expose per-segment AcceptDocs#139858
Add AcceptDocsQuery to expose per-segment AcceptDocs#139858Nawaf-TBE wants to merge 3 commits intoelastic:mainfrom
Conversation
|
💚 CLA has been signed |
This PR intentionally limits scope to introducing AcceptDocsQuery only. |
|
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
benwtrent
left a comment
There was a problem hiding this comment.
without clear indication as to how this query would actually be used, I think this is NOT the correct direction. AcceptDocs interface is utilized directly within format APIs, I fail to see the thru-line to how a query would benefit.
This PR introduces AcceptDocsQuery, a simple Query implementation that
exposes per-segment AcceptDocs.
This is an infrastructure-only change intended to support follow-up work
to lazily evaluate filters in flat vector codecs using the AcceptDocs
interface.
No behavior or performance changes are introduced.
Related: #137042