OpenSearch/rest-api-spec/test/termvector
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
..
10_basic.yaml [SPEC] Renamed termvectors.* to termvector and mtermvectors 2014-01-21 16:31:50 +01:00
20_issue7121.yaml Term Vectors: support for realtime 2014-10-03 09:26:47 +02:00
30_realtime.yaml Term Vectors: support for realtime 2014-10-03 09:26:47 +02:00