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
..
2013-12-03 10:39:13 +01:00
2014-01-06 08:33:32 +01:00
2014-01-06 07:27:03 +01:00
2014-01-06 09:53:42 +01:00
2013-12-17 13:14:46 +01:00
2013-10-30 16:16:36 +01:00