You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -101,10 +99,10 @@ A date math index name takes the following form:
101
99
Where:
102
100
103
101
[horizontal]
104
-
`static_name`:: is the static text part of the name
105
-
`date_math_expr`:: is a dynamic date math expression that computes the date dynamically
106
-
`date_format`:: is the optional format in which the computed date should be rendered. Defaults to `yyyy.MM.dd`. Format should be compatible with java-time https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
107
-
`time_zone`:: is the optional time zone. Defaults to `utc`.
102
+
`static_name`:: Static text
103
+
`date_math_expr`:: Dynamic date math expression that computes the date dynamically
104
+
`date_format`:: Optional format in which the computed date should be rendered. Defaults to `yyyy.MM.dd`. Format should be compatible with java-time https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html
105
+
`time_zone`:: Optional time zone. Defaults to `UTC`.
108
106
109
107
NOTE: Pay attention to the usage of small vs capital letters used in the `date_format`. For example:
110
108
`mm` denotes minute of hour, while `MM` denotes month of year. Similarly `hh` denotes the hour in the
@@ -113,8 +111,8 @@ NOTE: Pay attention to the usage of small vs capital letters used in the `date_f
113
111
Date math expressions are resolved locale-independent. Consequently, it is not possible to use any other
114
112
calendars than the Gregorian calendar.
115
113
116
-
You must enclose date math index name expressions within angle brackets, and
117
-
all special characters should be URI encoded. For example:
114
+
You must enclose date math names in angle brackets. If you use the name in a
115
+
request path, special characters must be URI encoded. For example:
118
116
119
117
[source,console]
120
118
----
@@ -139,8 +137,8 @@ The special characters used for date rounding must be URI encoded as follows:
0 commit comments