File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
server/src/main/java/org/elasticsearch/index/mapper Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1037,7 +1037,8 @@ private DateFieldMapper(
10371037 * the index sorting configuration must include the {@code @timestamp} field.
10381038 *
10391039 * @param indexCreatedVersion The version of the index when it was created.
1040- * @param useDocValuesSkipper Whether the doc values skipper feature is enabled via the {@code index.mapping.use_doc_values_skipper} setting.
1040+ * @param useDocValuesSkipper Whether the doc values skipper feature is enabled via the {@code index.mapping.use_doc_values_skipper}
1041+ * setting.
10411042 * @param hasDocValues Whether the field has doc values enabled.
10421043 * @param indexMode The index mode, which must be {@link IndexMode#LOGSDB}.
10431044 * @param indexSortConfig The index sorting configuration, which must include the {@code @timestamp} field.
You can’t perform that action at this time.
0 commit comments