This is an automated email from the ASF dual-hosted git repository. tallison pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tika.git
commit 9c4f305386e078167ba852c08c421d7feab0293f Author: tallison <[email protected]> AuthorDate: Thu Oct 20 09:16:45 2022 -0400 Add a link to the documentation of the AutoDetectParserConfig in tika-config.xml on our confluence wiki --- .../src/main/java/org/apache/tika/parser/AutoDetectParserConfig.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tika-core/src/main/java/org/apache/tika/parser/AutoDetectParserConfig.java b/tika-core/src/main/java/org/apache/tika/parser/AutoDetectParserConfig.java index 0bc89919a..215b0bc32 100644 --- a/tika-core/src/main/java/org/apache/tika/parser/AutoDetectParserConfig.java +++ b/tika-core/src/main/java/org/apache/tika/parser/AutoDetectParserConfig.java @@ -35,6 +35,9 @@ import org.apache.tika.sax.ContentHandlerDecoratorFactory; * when parsing data that is extremely compressible and resembles a ZIP * bomb. Null values will be ignored and will not affect the default values * in SecureContentHandler. + * <p> + * See <a href="https://cwiki.apache.org/confluence/display/TIKA/ModifyingContentWithHandlersAndMetadataFilters"/>ModifyingContentWithHandlersAndMetadataFilters</a> + * for documentation and examples for configuring this with a tika-config.xml file. */ public class AutoDetectParserConfig extends ConfigBase implements Serializable {
