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