This is an automated email from the ASF dual-hosted git repository.
epugh 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 e7f025a SOLR-15763 : Fix documentation in indexing with tika (#391)
e7f025a is described below
commit e7f025a09027cf7cf8ca99174970b0890899f454
Author: FrancescoMalluzzo <[email protected]>
AuthorDate: Thu Nov 4 13:22:10 2021 +0100
SOLR-15763 : Fix documentation in indexing with tika (#391)
---
solr/solr-ref-guide/src/indexing-with-tika.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/solr/solr-ref-guide/src/indexing-with-tika.adoc
b/solr/solr-ref-guide/src/indexing-with-tika.adoc
index d3a3342..a73e895 100644
--- a/solr/solr-ref-guide/src/indexing-with-tika.adoc
+++ b/solr/solr-ref-guide/src/indexing-with-tika.adoc
@@ -450,7 +450,7 @@ For example:
<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>
----