epugh commented on code in PR #4853:
URL: https://github.com/apache/solr/pull/4853#discussion_r4014742435
##########
solr/solr-ref-guide/modules/indexing-guide/pages/indexing-with-tika.adoc:
##########
@@ -384,6 +384,18 @@ Example: `passwordsFile=/path/to/passwords.txt`
// +
// Only applicable for `tikaserver` backend. Can only be set in
`solrconfig.xml`, not per request.
+`tikaserver.config`::
++
+[%autowidth,frame=none]
+|===
+|Optional |Default: none
+|===
++
+A raw JSON object sent as the per-request parser configuration for Tika Server
(e.g., `{"pdf-parser":{"ocr":{"strategy":"NO_OCR"}}}`).
+See <<Parser-Specific Properties>> below for details and an important security
note: this requires `allowPerRequestConfig=true` on the Tika Server, which is
off by default.
++
+Example: `tikaserver.config={"pdf-parser":{"ocr":{"strategy":"NO_OCR"}}}`
Review Comment:
So, I don't know that right now what I have is backwards compatible... I
am going to attach a PDF that is an analysis of solr 9.10 and solr this branch
for the same document, a PDF. I will out the key differences which are the
field names. Maybe we do something to map them back in time?
I don't know that I am really excited to be investing in tika 3
compatibility... when that is the past anyway.... and honestly, there are
some really new excitign capablities in Tika 4 that I'd like to embrace.
Here is @tballison talk at haystack:
https://www.youtube.com/watch?v=8173wSevP-w
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]