ML-dev-crypto commented on issue #15614:
URL: https://github.com/apache/lucene/issues/15614#issuecomment-3849177948

   Hello maintainers šŸ‘‹,
   
   I’d like to work on this issue — PLEASE ASSIGN THIS ISSUE TO ME
   
   Proposed direction
   
   It seems the best place for this configuration would be the SearchStrategy 
interface, allowing the query layer to provide hints to the format about:
   
   desired query bit width
   
   whether the query is intended for coarse recall vs refinement
   
   This would keep the logic centralized, avoid leaking query-specific tuning 
into lower-level components, and allow future experimentation without API churn.
   
   If this direction sounds reasonable, I’m happy to prototype an API shape, 
validate constraints, and report back with benchmarks and follow-up PRs.
   
   Thanks!


-- 
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]

Reply via email to