elasticsearch/docs/reference/mapping
Adrien Grand 9763d079b8 Eager norms loading options.
Norms can be eagerly loaded on a per-field basis by setting norms.loading to
`eager` instead of the default `lazy`:

```
"my_string_field" : {
  "type": "string",
  "norms": {
    "loading": "eager"
  }
}
```

In case this behavior should be applied to all fields, it is possible to change
the default value by setting `index.norms.loading` to `eager`.

Close #4079
2014-01-06 09:53:42 +01:00
..
fields [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
types Eager norms loading options. 2014-01-06 09:53:42 +01:00
conf-mappings.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
date-format.asciidoc rename and document "index.mapping.date.parse_upper_inclusive" setting for date fields 2013-10-28 15:48:31 +01:00
dynamic-mapping.asciidoc [DOCS] Changed all store:yes/no to store:true/false 2013-11-07 16:57:18 +01:00
fields.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
meta.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
misc.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
types.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00