Uses of Interface
org.apache.camel.builder.endpoint.dsl.SolrEndpointBuilderFactory.SolrEndpointBuilder
Packages that use SolrEndpointBuilderFactory.SolrEndpointBuilder
-
Uses of SolrEndpointBuilderFactory.SolrEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SolrEndpointBuilderFactory.SolrEndpointBuilderModifier and TypeMethodDescriptionSolr (camel-solr) Perform operations against Apache Lucene Solr.Solr (camel-solr) Perform operations against Apache Lucene Solr. -
Uses of SolrEndpointBuilderFactory.SolrEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SolrEndpointBuilderFactory.SolrEndpointBuilderModifier and TypeMethodDescriptionSolrEndpointBuilderFactory.SolrEndpointBuilder.async(boolean async) Use async request processing (when supported by the solr client).Use async request processing (when supported by the solr client).SolrEndpointBuilderFactory.SolrEndpointBuilder.autoCommit(boolean autoCommit) If true, each producer insert/delete operation will be automatically performing a commit.SolrEndpointBuilderFactory.SolrEndpointBuilder.autoCommit(String autoCommit) If true, each producer insert/delete operation will be automatically performing a commit.SolrEndpointBuilderFactory.AdvancedSolrEndpointBuilder.basic()SolrEndpointBuilderFactory.SolrEndpointBuilder.certificatePath(String certificatePath) The certificate that can be used to access the solr host.SolrEndpointBuilderFactory.SolrEndpointBuilder.collection(String collection) The name of the collection to act against.SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(Long connectionTimeout) The time in ms to wait before connection will time out.SolrEndpointBuilderFactory.SolrEndpointBuilder.connectionTimeout(String connectionTimeout) The time in ms to wait before connection will time out.SolrEndpointBuilderFactory.SolrEndpointBuilder.deleteByQuery(boolean deleteByQuery) For the delete instruction, interprete body as query/queries instead of id/ids.SolrEndpointBuilderFactory.SolrEndpointBuilder.deleteByQuery(String deleteByQuery) For the delete instruction, interprete body as query/queries instead of id/ids.SolrEndpointBuilderFactory.SolrEndpointBuilder.enableSSL(boolean enableSSL) Enable SSL.Enable SSL.SolrEndpointBuilderFactory.endpointBuilder(String componentName, String path) Starting index of the response.Starting index of the response.What operation to perform.SolrEndpointBuilderFactory.SolrEndpointBuilder.operation(org.apache.camel.component.solr.SolrOperation operation) What operation to perform.Password for authenticating.SolrEndpointBuilderFactory.SolrEndpointBuilder.requestHandler(String requestHandler) The path of the update request handler (use for update requests / set solr parameter qt for search requests).SolrEndpointBuilderFactory.SolrEndpointBuilder.requestTimeout(Long requestTimeout) The time in ms to wait before the request will time out (former soTimeout).SolrEndpointBuilderFactory.SolrEndpointBuilder.requestTimeout(String requestTimeout) The time in ms to wait before the request will time out (former soTimeout).Size of the response.Size of the response.Solr (camel-solr) Perform operations against Apache Lucene Solr.Solr (camel-solr) Perform operations against Apache Lucene Solr.Basic authenticate user.