Class SolrEndpointBuilderFactory.SolrHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.SolrEndpointBuilderFactory.SolrHeaderNameBuilder
- Enclosing interface:
- SolrEndpointBuilderFactory
The builder of headers' name for the Solr component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe content type.The client.The collection to execute the request again.The operation to perform.The query to execute.
-
Constructor Details
-
SolrHeaderNameBuilder
public SolrHeaderNameBuilder()
-
-
Method Details
-
solrClient
The client. The option is a:org.apache.solr.client.solrj.SolrClienttype. Group: producer- Returns:
- the name of the header
SolrClient.
-
solrCollection
The collection to execute the request again. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrCollection.
-
solrOperation
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrOperation.
-
solrQueryString
The query to execute. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrQueryString.
-
contentType
The content type. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
Content-Type.
-