You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 2
at org.opensearch.neuralsearch.processor.NormalizationProcessorWorkflow.updateOriginalFetchResults(NormalizationProcessorWorkflow.java:311) ~[?:?]
at org.opensearch.neuralsearch.processor.NormalizationProcessorWorkflow.execute(NormalizationProcessorWorkflow.java:98) ~[?:?]
at org.opensearch.neuralsearch.processor.NormalizationProcessor.hybridizeScores(NormalizationProcessor.java:66) ~[?:?]
at org.opensearch.neuralsearch.processor.AbstractScoreHybridizationProcessor.process(AbstractScoreHybridizationProcessor.java:49) ~[?:?]
at org.opensearch.search.pipeline.Pipeline.runSearchPhaseResultsTransformer(Pipeline.java:276) ~[opensearch-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
at org.opensearch.search.pipeline.PipelinedRequest.transformSearchPhaseResults(PipelinedRequest.java:47) ~[opensearch-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
at org.opensearch.action.search.AbstractSearchAsyncAction.onPhaseDone(AbstractSearchAsyncAction.java:813) ~[opensearch-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
at org.opensearch.action.search.AbstractSearchAsyncAction.successfulShardExecution(AbstractSearchAsyncAction.java:663) ~[opensearch-3.0.0-SNAPSHOT.jar:3.0.0-SNAPSHOT]
... 31 more
What is the bug?
The above is failing
neural-search/src/main/java/org/opensearch/neuralsearch/processor/NormalizationProcessorWorkflow.java
Line 311 in 8c743ec
where
fromValueForSingleShard
is coming as -1. While retracing the -1 is all the way from the initialization offrom
in OpenSearchhttps://github.com/opensearch-project/OpenSearch/blob/c6dfc65ea0bccc9cfe66bc4248d09b42d7430d0e/server/src/main/java/org/opensearch/search/builder/SearchSourceBuilder.java#L169
How can one reproduce the bug?
What is the expected behavior?
A successful search response should be provided
What is your host/environment?
Operating system, version.
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
The text was updated successfully, but these errors were encountered: