File tree 1 file changed +3
-3
lines changed
docs/java-rest/high-level/search
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ The field capabilities API allows for retrieving the capabilities of fields acro
7
7
==== Field Capabilities Request
8
8
9
9
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.
12
12
13
13
Note that fields parameter supports wildcard notation. For example, providing `text_*`
14
14
will cause all fields that match the expression to be returned.
@@ -79,4 +79,4 @@ include-tagged::{doc-tests}/SearchDocumentationIT.java[field-caps-response]
79
79
<1> A map with entries for the field's possible types, in this case `keyword` and `text`.
80
80
<2> All indices where the `user` field has type `keyword`.
81
81
<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.
You can’t perform that action at this time.
0 commit comments