You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Solr Component

Available as of Camel 2.9

The Solr component allows interfacing with an Apache Lucene Solr server.

Maven users will need to add the following dependency to their pom.xml for this component:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-solr</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

URI format

solr://host[:port]?[options]

operations

todo

example

todo

  • No labels