public interface TikaParseContextProvider
Modifier and Type | Method and Description |
---|---|
org.apache.tika.parser.ParseContext |
getParseContext(String name,
Object value)
This method is called by the Tika bridge prior to parsing the data.
|
org.apache.tika.parser.ParseContext getParseContext(String name, Object value)
It allows to create a custom ParseContext
name
- the field name of the property which is processed by the Tika bridgevalue
- the value to be indexedParseContext
instance used by the Tika bridge to parse the dataCopyright © 2006-2017 Red Hat, Inc. All Rights Reserved