Elasticsearch version: 5.1
Plugins installed: none
illegal_argument_exception
[category] context doesn't support values of type: VALUE_BOOLEAN
{
"suggest" : {
"prefix" : "add-a-title",
"completion" : {
"field" : "TagSuggest",
"size": 10,
"contexts": {
"IsDeleted": { "context" : true }
}
}
}
}
elasticsearch 5+ doesn't allow context suggestion s with Boolean contexts.. what can be done about this?
Elasticsearch version: 5.1
Plugins installed: none
illegal_argument_exception
[category] context doesn't support values of type: VALUE_BOOLEAN
elasticsearch 5+ doesn't allow context suggestion s with Boolean contexts.. what can be done about this?