-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Hello, i try to execute first command from guide:
{
"settings":{
"analysis":{
"analyzer":{
"minhash_analyzer":{
"type":"custom",
"tokenizer":"standard",
"filter":["minhash"]
}
}
}
}
}
I replace index key to settings cause elastic version 7 not support this syntax. When i execute this command i have a error:
{
"error": {
"root_cause": [
{
"type": "illegal_argument_exception",
"reason": "Custom Analyzer [minhash_analyzer] failed to find filter under name [minhash]"
}
],
"type": "illegal_argument_exception",
"reason": "Custom Analyzer [minhash_analyzer] failed to find filter under name [minhash]"
},
"status": 400
}
I install the plugin by the using the elasticsearch-plugin and the installation finishes correctly.
Reactions are currently unavailable