File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
--------------------------------------------------
@@ -43,7 +43,7 @@ Supported request options:
43
43
[float]
44
44
=== Field Capabilities
45
45
46
- The field capabilities api returns the following information per field:
46
+ The field capabilities API returns the following information per field:
47
47
48
48
[horizontal]
49
49
`searchable`::
You can’t perform that action at this time.
0 commit comments