From 1ba82f3fa884d8ae70ae458396ee66576f6eab54 Mon Sep 17 00:00:00 2001 From: queue Date: Sun, 30 Jun 2019 20:13:43 -0600 Subject: [PATCH] es_mapping: remove _all field deprecated in 6.0 anyway --- es_mapping.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/es_mapping.yml b/es_mapping.yml index 532498a..66d93a8 100644 --- a/es_mapping.yml +++ b/es_mapping.yml @@ -78,17 +78,12 @@ settings: # plus replicas don't really help either. number_of_shards: 1 number_of_replicas : 0 - # since we disabled the _all field, default query the - # name of the torrent. query: default_field: display_name mappings: # disable elasticsearch's "helpful" autoschema dynamic: false torrent: - # don't want everything concatenated - _all: - enabled: false properties: id: type: long