Class SolrEndpointBuilderFactory.SolrHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.SolrEndpointBuilderFactory.SolrHeaderNameBuilder
Enclosing interface:
SolrEndpointBuilderFactory

public static class SolrEndpointBuilderFactory.SolrHeaderNameBuilder extends Object
The builder of headers' name for the Solr component.
  • Constructor Details

    • SolrHeaderNameBuilder

      public SolrHeaderNameBuilder()
  • Method Details

    • solrClient

      public String solrClient()
      The client. The option is a: org.apache.solr.client.solrj.SolrClient type. Group: producer
      Returns:
      the name of the header SolrClient.
    • solrCollection

      public String solrCollection()
      The collection to execute the request again. The option is a: String type. Group: producer
      Returns:
      the name of the header SolrCollection.
    • solrOperation

      public String solrOperation()
      The operation to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header SolrOperation.
    • solrQueryString

      public String solrQueryString()
      The query to execute. The option is a: String type. Group: producer
      Returns:
      the name of the header SolrQueryString.
    • contentType

      public String contentType()
      The content type. The option is a: String type. Group: producer
      Returns:
      the name of the header Content-Type.