Skip to content

Commit 105fded

Browse files
committed
Fix a formatting issue in the docvalue_fields documentation. (elastic#31563)
(cherry picked from commit 26a927a)
1 parent eaa7fd1 commit 105fded

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/search/request/docvalue-fields.asciidoc

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ causing the terms for that field to be loaded to memory (cached), which will res
3737
==== Custom formats
3838

3939
While most fields do not support custom formats, some of them do:
40+
4041
- <<date,Date>> fields can take any <<mapping-date-format,date format>>.
4142
- <<number,Numeric>> fields accept a https://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html[DecimalFormat pattern].
4243

0 commit comments

Comments
 (0)