Unable to create a hybrid search pipeline with normaliztion-processor

Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):

Describe the issue:
Unable to create a hybrid search pipeline with normaliztion-processor as shown in opensearch documentation.

Configuration:

Relevant Logs or Screenshots:

{
“error”: {
“root_cause”: [
{
“type”: “illegal_argument_exception”,
“reason”: “Invalid processor type normalization-processor”
}
],
“type”: “illegal_argument_exception”,
“reason”: “Invalid processor type normalization-processor”
},
“status”: 400
}

@pavanhvs I’ve just tested Hybrid Search and I had no issues.

What version of OpenSearch did you test on? I used 2.17.1

Thanks… I was using old version 2.9 and upgraded it now to 2.17. It’s working now

1 Like