Skip to content

Commit a7b0e2c

Browse files
author
AndyHunt66
authored
[DOCS] Remove unneeded phrase (#73752)
1 parent d41557e commit a7b0e2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/java-rest/high-level/search/field-caps.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The field capabilities API allows for retrieving the capabilities of fields acro
77
==== Field Capabilities Request
88

99
A `FieldCapabilitiesRequest` contains a list of fields to get capabilities for,
10-
should be returned, plus an optional list of target indices. If no indices
11-
are provided, the request will be executed on all indices.
10+
plus an optional list of target indices. If no indices are provided, the request
11+
runs on all indices.
1212

1313
Note that fields parameter supports wildcard notation. For example, providing `text_*`
1414
will cause all fields that match the expression to be returned.
@@ -79,4 +79,4 @@ include-tagged::{doc-tests}/SearchDocumentationIT.java[field-caps-response]
7979
<1> A map with entries for the field's possible types, in this case `keyword` and `text`.
8080
<2> All indices where the `user` field has type `keyword`.
8181
<3> The subset of these indices where the `user` field isn't searchable, or null if it's always searchable.
82-
<4> Another subset of these indices where the `user` field isn't aggregatable, or null if it's always aggregatable.
82+
<4> Another subset of these indices where the `user` field isn't aggregatable, or null if it's always aggregatable.

0 commit comments

Comments
 (0)