What I have in mind would be to implement entirely in the KnnVectorQuery. Since results are sorted by score, they can easily be post-filtered there: no need to implement anything at the codec layer I think.
On Thu, Nov 17, 2022 at 10:10 AM GitBox <[email protected]> wrote: > > > rmuir commented on PR #11946: > URL: https://github.com/apache/lucene/pull/11946#issuecomment-1318777402 > > i'm also concerned about committing to providing this API for the future. > eventually, we'll move away from HNSW to something that actually scales, and > it may not support this thresholding? > > > -- > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
