This is an automated email from the ASF dual-hosted git repository.
noble pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new d106dbe18c6 Update schemaless-mode.adoc (#1227)
d106dbe18c6 is described below
commit d106dbe18c62c87e60019ee7ea5e242d3f5d80b4
Author: Arvind-Avinash <[email protected]>
AuthorDate: Tue Dec 20 07:31:12 2022 +0000
Update schemaless-mode.adoc (#1227)
---
.../modules/indexing-guide/pages/schemaless-mode.adoc | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git
a/solr/solr-ref-guide/modules/indexing-guide/pages/schemaless-mode.adoc
b/solr/solr-ref-guide/modules/indexing-guide/pages/schemaless-mode.adoc
index 5e0884e850d..777de464151 100644
--- a/solr/solr-ref-guide/modules/indexing-guide/pages/schemaless-mode.adoc
+++ b/solr/solr-ref-guide/modules/indexing-guide/pages/schemaless-mode.adoc
@@ -108,10 +108,10 @@ To start, you should define it as follows (see the
javadoc links below for updat
<updateProcessor class="solr.ParseDoubleFieldUpdateProcessorFactory"
name="parse-double"/>
<updateProcessor class="solr.ParseDateFieldUpdateProcessorFactory"
name="parse-date">
<arr name="format">
- <str>yyyy-MM-dd['T'[HH:mm[:ss[.SSS]][z</str>
- <str>yyyy-MM-dd['T'[HH:mm[:ss[,SSS]][z</str>
- <str>yyyy-MM-dd HH:mm[:ss[.SSS]][z</str>
- <str>yyyy-MM-dd HH:mm[:ss[,SSS]][z</str>
+ <str>yyyy-MM-dd['T'[HH:mm[:ss[.SSS]]]z</str>
+ <str>yyyy-MM-dd['T'[HH:mm[:ss[,SSS]]]z</str>
+ <str>yyyy-MM-dd HH:mm[:ss[.SSS]]]z</str>
+ <str>yyyy-MM-dd HH:mm[:ss[,SSS]]]z</str>
<str>[EEE, ]dd MMM yyyy HH:mm[:ss] z</str>
<str>EEEE, dd-MMM-yy HH:mm:ss z</str>
<str>EEE MMM ppd HH:mm:ss [z ]yyyy</str>