This is an automated email from the ASF dual-hosted git repository.

noble pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


The following commit(s) were added to refs/heads/main by this push:
     new ce3822cff5b Update schemaless-mode.adoc (#1227)
ce3822cff5b is described below

commit ce3822cff5bdbd2409e94f1b1e6bd28cb2c8f87c
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>

Reply via email to