AdityaTeltia opened a new pull request, #15137:
URL: https://github.com/apache/lucene/pull/15137
Closes #15117
This change implements `asBulkSimScorer()` for FeatureField's SimScorers,
similar to the optimization added for BM25SimScorer.
The patch also includes:
- Unit tests verifying bulk scoring produces identical results to
per-document scoring across randomized inputs.
- Refactoring to keep code consistent with BM25SimScorer’s bulk
implementation style.
This optimization should provide measurable speedups in scenarios where
FeatureField scoring is applied to large batches of documents.
--
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]