public static interface SolrEndpointBuilderFactory.SolrBuilders
| Modifier and Type | Method and Description |
|---|---|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solr(String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solr(String scheme,
String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrCloud(String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrs(String path)
Solr (Secure) (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
default SolrEndpointBuilderFactory.SolrEndpointBuilder solr(String path)
solr:url
Path parameter: url (required)
Hostname and port for the solr serverdefault SolrEndpointBuilderFactory.SolrEndpointBuilder solrCloud(String path)
solrCloud:url
Path parameter: url (required)
Hostname and port for the solr serverdefault SolrEndpointBuilderFactory.SolrEndpointBuilder solrs(String path)
solrs:url
Path parameter: url (required)
Hostname and port for the solr serverdefault SolrEndpointBuilderFactory.SolrEndpointBuilder solr(String scheme, String path)
Apache Camel