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 Summary
Constructors Constructor Description SolrHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcontentType()The content type.StringsolrClient()The client.StringsolrCollection()The collection to execute the request again.StringsolrOperation()The operation to perform.StringsolrQueryString()The query to execute.
-
-
-
Method Detail
-
solrClient
public String solrClient()
The client. The option is a:org.apache.solr.client.solrj.SolrClienttype. Group: producer- Returns:
- the name of the header
SolrClient.
-
solrCollection
public String solrCollection()
The collection to execute the request again. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrCollection.
-
solrOperation
public String solrOperation()
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrOperation.
-
solrQueryString
public String solrQueryString()
The query to execute. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
SolrQueryString.
-
contentType
public String contentType()
The content type. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
Content-Type.
-
-