diff --git a/sonar/modules/documents/mappings/v7/documents/document-v1.0.0.json b/sonar/modules/documents/mappings/v7/documents/document-v1.0.0.json index f24e94a5..8265ae62 100644 --- a/sonar/modules/documents/mappings/v7/documents/document-v1.0.0.json +++ b/sonar/modules/documents/mappings/v7/documents/document-v1.0.0.json @@ -416,7 +416,8 @@ }, "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, @@ -583,7 +584,8 @@ }, "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, @@ -595,7 +597,8 @@ }, "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, @@ -607,7 +610,8 @@ }, "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, diff --git a/sonar/modules/users/mappings/v7/users/user-v1.0.0.json b/sonar/modules/users/mappings/v7/users/user-v1.0.0.json index f07475ab..54a346f9 100644 --- a/sonar/modules/users/mappings/v7/users/user-v1.0.0.json +++ b/sonar/modules/users/mappings/v7/users/user-v1.0.0.json @@ -25,7 +25,8 @@ "fields": { "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 }, "raw": { "type": "keyword", diff --git a/sonar/resources/projects/mappings/v7/projects/project-v1.0.0.json b/sonar/resources/projects/mappings/v7/projects/project-v1.0.0.json index 27804254..fbab364a 100644 --- a/sonar/resources/projects/mappings/v7/projects/project-v1.0.0.json +++ b/sonar/resources/projects/mappings/v7/projects/project-v1.0.0.json @@ -138,7 +138,8 @@ "fields": { "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, @@ -147,7 +148,8 @@ "fields": { "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } }, @@ -156,7 +158,8 @@ "fields": { "suggest": { "type": "completion", - "analyzer": "default" + "analyzer": "default", + "max_input_length": 100 } } },