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 is used to identify the type when inserting files.The collection to execute the request against.For the delete instruction, interpret body as query/queries instead of id/ids.solrFrom()
The starting index of the response.The operation to perform.The solr parameters to use for the request.The query to execute.The request handler to execute the solr request against.solrSize()
The size of the response.
-
Constructor Details
-
SolrHeaderNameBuilder
public SolrHeaderNameBuilder()
-
-
Method Details
-
solrOperation
The operation to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
SolrOperation
.
-
solrCollection
The collection to execute the request against. The option is a:String
type. Group: producer- Returns:
- the name of the header
SolrCollection
.
-
solrRequestHandler
The request handler to execute the solr request against. The option is a:String
type. Group: producer- Returns:
- the name of the header
SolrRequestHandler
.
-
solrQueryString
The query to execute. The option is a:String
type. Group: producer- Returns:
- the name of the header
SolrQueryString
.
-
solrSize
The size of the response. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
SolrSize
.
-
solrFrom
The starting index of the response. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
SolrFrom
.
-
solrParams
The solr parameters to use for the request. The option is a:org.apache.solr.common.params.SolrParams
type. Group: producer- Returns:
- the name of the header
SolrParams
.
-
solrDeleteByQuery
For the delete instruction, interpret body as query/queries instead of id/ids. The option is a:boolean
type. Default: false Group: producer- Returns:
- the name of the header
SolrDeleteByQuery
.
-
contentType
The content type is used to identify the type when inserting files. The option is a:String
type. Group: producer- Returns:
- the name of the header
Content-Type
.
-