-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>breaking>bugTeam:SearchMeta label for search teamMeta label for search team
Description
PUT /index-a
PUT /index-a/_mapping
{"properties":{"numberOfCommits":{"boost":1.5,"coerce":true,"ignore_malformed":true,"index":false,"null_value":0.0,"doc_values":true,"similarity":"BM25","store":true,"type":"integer"}}}on 7.9.0 returns:
{
"acknowledged" : true
}In 7.10.0
{
"error" : {
"root_cause" : [
{
"type" : "mapper_parsing_exception",
"reason" : "unknown parameter [boost] on mapper [numberOfCommits] of type [integer]"
}
],
"type" : "mapper_parsing_exception",
"reason" : "unknown parameter [boost] on mapper [numberOfCommits] of type [integer]"
},
"status" : 400
}This happens for all number type mappings, ip and token_count property mappings.
Metadata
Metadata
Assignees
Labels
:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>breaking>bugTeam:SearchMeta label for search teamMeta label for search team