Configuration property fixed at build time - All other configuration properties are overridable at runtime
Type |
Default |
|
---|---|---|
The resource path within the application artifact to the Environment variable: |
string |
|
Comma separated list of the parsers which must be supported. Most of the document formats recognized by Apache Tika are supported by default but it affects the application memory and native executable sizes. One can list only the required parsers in Either the abbreviated or full parser class names can be used. Only PDF and OpenDocument format parsers can be listed using the reserved 'pdf' and 'odf' abbreviations. Custom class name abbreviations have to be used for all other parsers. For example:
This property will have no effect if the `tikaConfigPath' property has been set. Environment variable: |
string |
|
Controls how the content of the embedded documents is parsed. By default it is appended to the main document content. Setting this property to false makes the content of each of the embedded documents available separately. Environment variable: |
boolean |
|
Configuration of the individual parsers. For example:
Environment variable: |
|
|
Full parser class name for a given parser abbreviation. For example:
Environment variable: |
|