Removes type from TermVectors APIs (#42198)

This commit is contained in:
Colin Goodheart-Smithe 2019-06-05 09:32:48 +01:00 committed by GitHub
parent 5246bd50c7
commit 795fa816d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 299 additions and 433 deletions

View file

@ -15,7 +15,7 @@ artificially provided by the user.
[id="{upid}-{api}-request"]
==== Term Vectors Request
A +{request}+ expects an `index`, a `type` and an `id` to specify
A +{request}+ expects an `index` and an `id` to specify
a certain document, and fields for which the information is retrieved.
["source","java",subs="attributes,callouts,macros"]
@ -71,9 +71,8 @@ include::../execution.asciidoc[]
include-tagged::{doc-tests-file}[{api}-response]
--------------------------------------------------
<1> The index name of the document.
<2> The type name of the document.
<3> The id of the document.
<4> Indicates whether or not the document found.
<2> The id of the document.
<3> Indicates whether or not the document found.
===== Inspecting Term Vectors