Interface TikaEndpointBuilderFactory.TikaEndpointBuilder

All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder, org.apache.camel.EndpointProducerResolver
Enclosing interface:
TikaEndpointBuilderFactory

public static interface TikaEndpointBuilderFactory.TikaEndpointBuilder extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Tika component.
  • Method Details

    • advanced

    • tikaParseOutputEncoding

      default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputEncoding(String tikaParseOutputEncoding)
      Tika Parse Output Encoding. The option is a: java.lang.String type. Group: producer
      Parameters:
      tikaParseOutputEncoding - the value to set
      Returns:
      the dsl builder
    • tikaParseOutputFormat

      default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputFormat(org.apache.camel.component.tika.TikaParseOutputFormat tikaParseOutputFormat)
      Tika Output Format. Supported output formats. xml: Returns Parsed Content as XML. html: Returns Parsed Content as HTML. text: Returns Parsed Content as Text. textMain: Uses the boilerpipe library to automatically extract the main content from a web page. The option is a: org.apache.camel.component.tika.TikaParseOutputFormat type. Default: xml Group: producer
      Parameters:
      tikaParseOutputFormat - the value to set
      Returns:
      the dsl builder
    • tikaParseOutputFormat

      default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputFormat(String tikaParseOutputFormat)
      Tika Output Format. Supported output formats. xml: Returns Parsed Content as XML. html: Returns Parsed Content as HTML. text: Returns Parsed Content as Text. textMain: Uses the boilerpipe library to automatically extract the main content from a web page. The option will be converted to a org.apache.camel.component.tika.TikaParseOutputFormat type. Default: xml Group: producer
      Parameters:
      tikaParseOutputFormat - the value to set
      Returns:
      the dsl builder