Class TikaParserConfig
java.lang.Object
com.norconex.importer.handler.BaseLabelableConfig
com.norconex.importer.handler.BaseDocHandlerConfig
com.norconex.importer.handler.parser.impl.TikaParserConfig
- All Implemented Interfaces:
Labelable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe path to a Tika configuration file.inthashCode()setTikaConfigFile(String tikaConfigFile) The path to a Tika configuration file.toString()Methods inherited from class com.norconex.importer.handler.BaseLabelableConfig
getLabel, setLabel
-
Constructor Details
-
TikaParserConfig
public TikaParserConfig()
-
-
Method Details
-
getTikaConfigFile
The path to a Tika configuration file. -
setTikaConfigFile
The path to a Tika configuration file.- Returns:
this.
-
equals
- Overrides:
equalsin classBaseLabelableConfig
-
canEqual
- Overrides:
canEqualin classBaseLabelableConfig
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseLabelableConfig
-
toString
- Overrides:
toStringin classBaseLabelableConfig
-