Class DocumentSelectorConfig
java.lang.Object
org.apache.tika.server.core.config.DocumentSelectorConfig
- All Implemented Interfaces:
ParseContextConfig
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, Metadata mtadata, ParseContext context) Configures the parseContext with present headers.
-
Field Details
-
X_TIKA_SKIP_EMBEDDED_HEADER
- See Also:
-
-
Constructor Details
-
DocumentSelectorConfig
public DocumentSelectorConfig()
-
-
Method Details
-
configure
public void configure(javax.ws.rs.core.MultivaluedMap<String, String> httpHeaders, Metadata mtadata, ParseContext context) Description copied from interface:ParseContextConfig
Configures the parseContext with present headers.- Specified by:
configure
in interfaceParseContextConfig
- Parameters:
httpHeaders
- the headers.mtadata
- the metadata.context
- the parse context to configure.
-