OpenSearch/docs/reference
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
..
analysis Wrong link to Token Filter 2013-12-03 10:39:13 +01:00
cat [DOCS] Linked cat-pending to cluster-pending 2013-12-02 15:29:47 +01:00
cluster Simplify nodes stats API 2014-01-06 08:33:32 +01:00
docs The `fields` option should always return an array for json document fields and single valued field for metadata fields. 2014-01-03 17:29:12 +01:00
images add docs on new service.bat facility 2013-09-23 18:24:31 +03:00
index-modules Default the circuit breaker limit to 80% of the maximum JVM heap 2014-01-03 16:21:55 -07:00
indices Simplify indices stats API 2014-01-06 07:27:03 +01:00
mapping Eager norms loading options. 2014-01-06 09:53:42 +01:00
modules plugin manager: new `timeout` option 2014-01-03 16:48:18 +01:00
query-dsl Expose `simple_query_string` flags in `flags` parameter 2014-01-03 16:14:19 -07:00
search The `fields` option should always return an array for json document fields and single valued field for metadata fields. 2014-01-03 17:29:12 +01:00
setup Do not start packages on installation 2014-01-03 17:40:27 +01:00
testing [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Replaced `ignore_indices` with `ignore_unavailable`, `expand_wildcards` and `allow_no_indices`. 2014-01-02 12:19:45 +01:00
cat.asciidoc [DOCS] Add headers and help parameters. 2013-12-23 22:26:28 -06:00
cluster.asciidoc Added Cluster Stats API 2013-12-17 13:14:46 +01:00
docs.asciidoc [DOCS] Reorganised common API conventions 2013-10-13 16:46:56 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Remove 'term_index_interval' and 'term_index_divisor' 2013-12-10 16:54:08 +01:00
index.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc Uniquify anchor links to fix asciidoc/docbook generation 2013-09-30 15:32:00 -06:00
modules.asciidoc make term statistics accessible in scripts 2014-01-02 11:17:33 +01:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOC] add doc for multi term vector api 2013-11-26 17:03:14 +01:00
setup.asciidoc Add repository information to docs 2013-12-19 15:58:08 +01:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00