janhoy commented on code in PR #3670:
URL: https://github.com/apache/solr/pull/3670#discussion_r2411299023
##########
solr/modules/extraction/src/java/org/apache/solr/handler/extraction/ExtractingParams.java:
##########
@@ -136,4 +136,19 @@ public interface ExtractingParams {
* .*=<defaultmypassword> at the end
*/
public static final String PASSWORD_MAP_FILE = "passwordsFile";
+
+ /** Backend selection parameter and */
+ public static final String EXTRACTION_BACKEND = "extraction.backend";
+
+ /** Fix metadata to match Tika 1.x */
+ public static final String BACK_COMPATIBILITY =
"extraction.metadataBackCompat";
+
+ /**
+ * Enable recursive parsing of embedded documents when using TikaServer.
This is experimental,
+ * uses /rmeta endpoint, uses more RAM and is disabled by default.
+ */
+ public static final String RECURSIVE = "extraction.tikaserver.recursive";
Review Comment:
Rename as `tikaserver.recursive`
--
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]