summaryrefslogtreecommitdiffstats
path: root/sparky/appconfig/schemas/autoSuggestMappings.json
diff options
context:
space:
mode:
Diffstat (limited to 'sparky/appconfig/schemas/autoSuggestMappings.json')
-rw-r--r--sparky/appconfig/schemas/autoSuggestMappings.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/sparky/appconfig/schemas/autoSuggestMappings.json b/sparky/appconfig/schemas/autoSuggestMappings.json
new file mode 100644
index 0000000..7857617
--- /dev/null
+++ b/sparky/appconfig/schemas/autoSuggestMappings.json
@@ -0,0 +1,10 @@
+{
+ "properties" : {
+ "entity_suggest" : {
+ "type" : "completion",
+ "payloads" : true,
+ "analyzer" : "custom_analyzer",
+ "preserve_position_increments": false
+ }
+ }
+} \ No newline at end of file