Initial commit for AAI-UI(sparky-backend)
[aai/sparky-be.git] / src / main / config / autoSuggestMappings.json
1 {
2         "properties" : {
3                 "entity_suggest" : {
4                 "type" : "completion",
5                       "payloads" : true,
6                           "analyzer" : "custom_analyzer",
7                           "preserve_position_increments": false
8                 }
9         }
10 }