HomeSoftware Heritage

data/template: Do not index the arguments field (it's in _source)

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

data/template: Do not index the arguments field (it's in _source)

As this field is randomly large depending on the task at end, this
triggers a limit (index.mapping.total_fields.limit to 1000). We do not
really need this in the index as the data will still be in the
_source.

[1] https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html#mapping-limit-settings

Related T1023

Details

Provenance
ardumontAuthored on Apr 13 2018, 11:45 AM
ardumontPushed on Apr 13 2018, 2:55 PM

Commit No Longer Exists

This commit no longer exists in the repository.