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:
Darren Meiss 2019-02-11 10:48:13 -05:00 committed by Christoph Büscher
parent 0e1b1959fe
commit f8426d9b76

View File

@ -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`::