Change8
Error3 reports

Fix IndexOutOfBoundsException

in ELK Stack

Solution

IndexOutOfBoundsException in vector scoring often arises when accessing an array or list with an invalid index, usually due to incorrect calculations of array boundaries within the scoring functions. Review the index calculations related to vector dimensions and offsets within the `VectorScorerOSQBenchmarkTests` code, specifically where vectors are accessed during the scoring process, such as in `testBulkScalarVsVectorized`, and ensure they remain within the valid range of your arrays. Verify vector sizes, offsets, and loop conditions to prevent out-of-bounds access during benchmarking.

Timeline

First reported:Feb 13, 2026
Last reported:Feb 13, 2026

Need More Help?

View the full changelog and migration guides for ELK Stack

View ELK Stack Changelog