Interface SolrEndpointBuilderFactory.SolrBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
SolrEndpointBuilderFactory

public static interface SolrEndpointBuilderFactory.SolrBuilders
  • Method Details

    • solr

      Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: monitoring,search Since: 2.9 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: monitoring,search Since: 2.9 Maven coordinates: org.apache.camel:camel-solr Syntax: solr:url Path parameter: url (required) Hostname and port for the Solr server(s). Multiple hosts can be specified, separated with a comma. See the solrClient parameter for more information on the SolrClient used to connect to Solr.
      Parameters:
      path - url
      Returns:
      the dsl builder
    • solr

      default SolrEndpointBuilderFactory.SolrEndpointBuilder solr(String componentName, String path)
      Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: monitoring,search Since: 2.9 Maven coordinates: org.apache.camel:camel-solr Syntax: solr:url Path parameter: url (required) Hostname and port for the Solr server(s). Multiple hosts can be specified, separated with a comma. See the solrClient parameter for more information on the SolrClient used to connect to Solr.
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - url
      Returns:
      the dsl builder
    • solrs

      Solr (Secure) (camel-solr) Perform operations against Apache Lucene Solr. Category: monitoring,search Since: 2.9 Maven coordinates: org.apache.camel:camel-solr Syntax: solrs:url Path parameter: url (required) Hostname and port for the Solr server(s). Multiple hosts can be specified, separated with a comma. See the solrClient parameter for more information on the SolrClient used to connect to Solr.
      Parameters:
      path - url
      Returns:
      the dsl builder
    • solrCloud

      Solr (camel-solr) Perform operations against Apache Lucene Solr. Category: monitoring,search Since: 2.9 Maven coordinates: org.apache.camel:camel-solr Syntax: solrCloud:url Path parameter: url (required) Hostname and port for the Solr server(s). Multiple hosts can be specified, separated with a comma. See the solrClient parameter for more information on the SolrClient used to connect to Solr.
      Parameters:
      path - url
      Returns:
      the dsl builder