mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Removes type from TermVectors APIs (#42198)
This commit is contained in:
parent
5246bd50c7
commit
795fa816d9
48 changed files with 299 additions and 433 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue