312장. Solr 구성 요소

Camel 버전 2.9에서 사용 가능

Solr 구성 요소를 사용하면 Apache Lucene Solr 서버(SolrJ 3.5.0) 기반의 Apache Lucene Solr 서버와 연결할 수 있습니다.

Maven 사용자는 이 구성 요소를 위해 다음 종속성을 pom.xml 에 추가해야 합니다.

<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>

312.1. URI 형식

참고: solrs 및 solrCloud는 Camel 2.14 이후 새로 추가되었습니다.

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