mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Fix typos in Field-Caps documentation (#38580)
Fix typo in Field-Caps documentation Reworded because asciidoc was formatting the ellipse/space as a numbered list.
This commit is contained in:
parent
0e1b1959fe
commit
f8426d9b76
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
The field capabilities API allows to retrieve the capabilities of fields among multiple indices.
|
The field capabilities API allows to retrieve the capabilities of fields among multiple indices.
|
||||||
|
|
||||||
The field capabilities api by default executes on all indices:
|
The field capabilities API by default executes on all indices:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@ -11,7 +11,7 @@ GET _field_caps?fields=rating
|
|||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// CONSOLE
|
// CONSOLE
|
||||||
|
|
||||||
... but the request can also be restricted to specific indices:
|
The request can also be restricted to specific indices:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@ -29,7 +29,7 @@ Supported request options:
|
|||||||
[float]
|
[float]
|
||||||
=== Field Capabilities
|
=== Field Capabilities
|
||||||
|
|
||||||
The field capabilities api returns the following information per field:
|
The field capabilities API returns the following information per field:
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
`searchable`::
|
`searchable`::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user