OpenSearch/docs/reference
Alex Ksikes c4830cf862 Term Vectors: support for realtime
By default term vectors are now realtime, as opposed to previously near
realtime. If they are not found in the index, they will be generated on the
fly. The document is fetched from the transaction log and treated as an
artificial document. One can set `realtime` parameter to `false` in order to
disable this functionality. This consequently makes the MLT query realtime in
fetching documents, as it previsouly used to be before switching from using
the multi get API to the mtv API.

Closes #7846
2014-10-03 09:26:47 +02:00
..
analysis Remove comma in JSON 2014-09-28 11:08:09 +02:00
cat Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
cluster Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
docs Term Vectors: support for realtime 2014-10-03 09:26:47 +02:00
images Docs: fix formula typo in documentation of the gauss decay in function_score 2014-09-01 09:46:13 +02:00
index-modules Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
indices Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
mapping Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
migration Docs: Document the most important changes to zen discovery. 2014-09-30 13:05:45 +02:00
modules Docs: Document the most important changes to zen discovery. 2014-09-30 13:05:45 +02:00
query-dsl Docs: Typoes on the range filter page 2014-09-30 19:28:35 +02:00
search Update suggesters.asciidoc 2014-09-28 11:04:28 +02:00
setup Update upgrade.asciidoc 2014-09-24 21:09:13 +02:00
testing Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
cat.asciidoc [DOCS] reordered cat apis menu 2014-06-03 11:06:35 +02:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc Bulk UDP: Removal. 2014-09-11 09:52:09 +02:00
getting-started.asciidoc Fix Idaho spelling 2014-09-28 11:09:48 +02:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc [DOCS] Remove the section about codecs. 2014-08-07 11:24:44 +02:00
index.asciidoc Core: Added the `index.query.parse.allow_unmapped_fields` setting to fail queries if they refer to unmapped fields. 2014-09-09 15:00:47 +02:00
indices.asciidoc Indices API: Added GET Index API 2014-09-11 11:19:21 +01:00
mapping.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Facets: Removal from master. 2014-08-21 10:34:39 +02:00
search.asciidoc Search Exists API: Checks if any matching documents exist for a given query 2014-07-31 15:42:30 -04:00
setup.asciidoc Docs: Removed all the added/deprecated tags from 1.x 2014-09-26 21:04:42 +02:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00