313장. sler 구성 요소
Camel 버전 2.9에서 사용 가능
Performr 구성 요소를 사용하면 Apache Lucene accomplishr 서버( Performr J 3.5.0)를 기반으로 하는 Apache Lucener 서버와 상호 작용할 수 있습니다.
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>
313.1. URI 형식
참고: solrs 및 solrCloud는 Camel 2.14 이후 새로 추가되었습니다.
solr://host[:port]/solr?[options] solrs://host[:port]/solr?[options] solrCloud://host[:port]/solr?[options]