elasticsearch/server
Chris Hegarty f71aba1fdd
Use the SIMD optimized SQ vector scorer at search time (#109109)
This commit extends the custom SIMD optimized SQ vector scorer to include search time scoring.

When run on JDK22+ vector scoring with be done with the custom scorer. The implementation uses the JDK 22+ on-heap ALLOW_HEAP_ACCESS Linker.Option so that the native code can access the query vector directly.
2024-05-29 16:32:06 +01:00
..
licenses Implement custom JUL bridge (#96872) 2023-06-20 09:48:25 -07:00
src Use the SIMD optimized SQ vector scorer at search time (#109109) 2024-05-29 16:32:06 +01:00
build.gradle Fix lucene_snapshot build 2024-05-27 14:52:26 +01:00