Skip to content

Commit e40319c

Browse files
authored
Remove references to doc types in percolator docs (#123508) (#123529)
1 parent cf7ccb1 commit e40319c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/reference/query-dsl/percolate-query.asciidoc

-2
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The following parameters are required when percolating a document:
133133
This is an optional parameter.
134134
`document`:: The source of the document being percolated.
135135
`documents`:: Like the `document` parameter, but accepts multiple documents via a json array.
136-
`document_type`:: The type / mapping of the document being percolated. This parameter is deprecated and will be removed in Elasticsearch 8.0.
137136

138137
Instead of specifying the source of the document being percolated, the source can also be retrieved from an already
139138
stored document. The `percolate` query will then internally execute a get request to fetch that document.
@@ -142,7 +141,6 @@ In that case the `document` parameter can be substituted with the following para
142141

143142
[horizontal]
144143
`index`:: The index the document resides in. This is a required parameter.
145-
`type`:: The type of the document to fetch. This parameter is deprecated and will be removed in Elasticsearch 8.0.
146144
`id`:: The id of the document to fetch. This is a required parameter.
147145
`routing`:: Optionally, routing to be used to fetch document to percolate.
148146
`preference`:: Optionally, preference to be used to fetch document to percolate.

0 commit comments

Comments
 (0)