You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ep...@apache.org on 2021/11/04 12:26:43 UTC

[lucene-solr] branch branch_8x updated: backport SOLR-15763

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

epugh pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new c7d41b6  backport SOLR-15763
c7d41b6 is described below

commit c7d41b6e8e69879f0749b0c90e7a9420f09a4ca6
Author: epugh@opensourceconnections.com <>
AuthorDate: Thu Nov 4 08:26:19 2021 -0400

    backport SOLR-15763
---
 .../src/uploading-data-with-solr-cell-using-apache-tika.adoc            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/uploading-data-with-solr-cell-using-apache-tika.adoc b/solr/solr-ref-guide/src/uploading-data-with-solr-cell-using-apache-tika.adoc
index 33acbbe..7d0c125 100644
--- a/solr/solr-ref-guide/src/uploading-data-with-solr-cell-using-apache-tika.adoc
+++ b/solr/solr-ref-guide/src/uploading-data-with-solr-cell-using-apache-tika.adoc
@@ -319,7 +319,7 @@ An easy way to specify this is to configure the parameter `processor` (under `de
   <lst name="defaults">
     <str name="lowernames">true</str>
     <str name="fmap.content">_text_</str>
-    <str name="processor">uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date</processor>
+    <str name="processor">uuid,remove-blank,field-name-mutating,parse-boolean,parse-long,parse-double,parse-date</str>
   </lst>
 </requestHandler>
 ----