Interface SolrEndpointBuilderFactory.SolrBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
,EndpointRouteConfigurationBuilder
- Enclosing interface:
SolrEndpointBuilderFactory
public static interface SolrEndpointBuilderFactory.SolrBuilders
-
Method Summary
Modifier and TypeMethodDescriptionsolr()
Solr (camel-solr) Perform operations against Apache Lucene Solr.Solr (camel-solr) Perform operations against Apache Lucene Solr.Solr (camel-solr) Perform operations against Apache Lucene Solr.
-
Method Details
-
solr
Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: search,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-solr- Returns:
- the dsl builder for the headers' name.
-
solr
Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: search,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-solr Syntax:solr:host:port/basePath
Path parameter: host (required) The solr instance host name (set to 'default' to use the host name defined on component level) Path parameter: port The solr instance port number Default value: 8983 Path parameter: basePath The solr instance base path (usually /solr) Default value: /solr- Parameters:
path
- host:port/basePath- Returns:
- the dsl builder
-
solr
Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: search,monitoring Since: 4.8 Maven coordinates: org.apache.camel:camel-solr Syntax:solr:host:port/basePath
Path parameter: host (required) The solr instance host name (set to 'default' to use the host name defined on component level) Path parameter: port The solr instance port number Default value: 8983 Path parameter: basePath The solr instance base path (usually /solr) Default value: /solr- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- host:port/basePath- Returns:
- the dsl builder
-