File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
The field capabilities API allows to retrieve the capabilities of fields among multiple indices.
5
5
6
- The field capabilities api by default executes on all indices:
6
+ The field capabilities API by default executes on all indices:
7
7
8
8
[source,js]
9
9
--------------------------------------------------
10
10
GET _field_caps?fields=rating
11
11
--------------------------------------------------
12
12
// CONSOLE
13
13
14
- ... but the request can also be restricted to specific indices:
14
+ The request can also be restricted to specific indices:
15
15
16
16
[source,js]
17
17
--------------------------------------------------
@@ -29,7 +29,7 @@ Supported request options:
29
29
[float]
30
30
=== Field Capabilities
31
31
32
- The field capabilities api returns the following information per field:
32
+ The field capabilities API returns the following information per field:
33
33
34
34
[horizontal]
35
35
`searchable`::
You can’t perform that action at this time.
0 commit comments