@Generated(value="org.apache.camel.maven.packaging.EndpointDslMojo") public interface SolrEndpointBuilderFactory
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SolrEndpointBuilderFactory.AdvancedSolrEndpointBuilder
Advanced builder for endpoint for the Solr component.
|
static interface |
SolrEndpointBuilderFactory.SolrBuilders |
static interface |
SolrEndpointBuilderFactory.SolrEndpointBuilder
Builder for endpoint for the Solr component.
|
| Modifier and Type | Method and Description |
|---|---|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
solr(String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
solr(String scheme,
String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrCloud(String path)
Solr (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder |
solrs(String path)
Solr (Secure) (camel-solr)
The solr component allows you to interface with an Apache Lucene Solr
server.
|
static SolrEndpointBuilderFactory.SolrEndpointBuilder solr(String path)
solr:url
Path parameter: url (required)
Hostname and port for the solr serverstatic SolrEndpointBuilderFactory.SolrEndpointBuilder solrCloud(String path)
solrCloud:url
Path parameter: url (required)
Hostname and port for the solr serverstatic SolrEndpointBuilderFactory.SolrEndpointBuilder solrs(String path)
solrs:url
Path parameter: url (required)
Hostname and port for the solr serverstatic SolrEndpointBuilderFactory.SolrEndpointBuilder solr(String scheme, String path)
Apache Camel