We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6010c commit 813f001Copy full SHA for 813f001
server/src/internalClusterTest/java/org/elasticsearch/search/query/RescoreKnnVectorQueryIT.java
@@ -65,7 +65,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
65
return Collections.singleton(CustomScriptPlugin.class);
66
}
67
68
- private static class CustomScriptPlugin extends MockScriptPlugin {
+ public static class CustomScriptPlugin extends MockScriptPlugin {
69
private static final VectorSimilarityFunction SIMILARITY_FUNCTION = DenseVectorFieldMapper.VectorSimilarity.L2_NORM
70
.vectorSimilarityFunction(IndexVersion.current(), DenseVectorFieldMapper.ElementType.FLOAT);
71
0 commit comments