blob: 2cbb53ac71e41adb0ba501e0e8b14e2f80c78ec5 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<plugin id="indexer-elastic" name="ElasticIndexWriter" version="1.0.0"
provider-name="nutch.apache.org">
<runtime>
<library name="indexer-elastic.jar">
<export name="*" />
</library>
<!-- DEPENDENCIES FOR: https://mvnrepository.com/artifact/org.elasticsearch.client/rest/5.3.0 -->
<library name="rest-5.3.0.jar"/>
<library name="commons-codec-1.10.jar"/>
<library name="commons-logging-1.1.3.jar"/>
<library name="httpasyncclient-4.1.2.jar"/>
<library name="httpclient-4.5.2.jar"/>
<library name="httpcore-4.4.5.jar"/>
<library name="httpcore-nio-4.4.5.jar"/>
<!-- ElasticSearch DEPENDENCIES-->
<library name="elasticsearch-5.3.0.jar"/>
<library name="compiler-0.9.3.jar"/>
<library name="HdrHistogram-2.1.6.jar"/>
<library name="hppc-0.7.1.jar"/>
<library name="jackson-core-2.8.6.jar"/>
<library name="jackson-dataformat-cbor-2.8.6.jar"/>
<library name="jackson-dataformat-smile-2.8.6.jar"/>
<library name="jackson-dataformat-yaml-2.8.6.jar"/>
<library name="jna-4.2.2.jar"/>
<library name="joda-time-2.9.5.jar"/>
<library name="jopt-simple-5.0.2.jar"/>
<library name="log4j-api-2.7.jar"/>
<library name="log4j-core-2.7.jar"/>
<library name="lucene-analyzers-common-6.4.1.jar"/>
<library name="lucene-backward-codecs-6.4.1.jar"/>
<library name="lucene-core-6.4.1.jar"/>
<library name="lucene-grouping-6.4.1.jar"/>
<library name="lucene-highlighter-6.4.1.jar"/>
<library name="lucene-join-6.4.1.jar"/>
<library name="lucene-memory-6.4.1.jar"/>
<library name="lucene-misc-6.4.1.jar"/>
<library name="lucene-queries-6.4.1.jar"/>
<library name="lucene-queryparser-6.4.1.jar"/>
<library name="lucene-sandbox-6.4.1.jar"/>
<library name="lucene-spatial3d-6.4.1.jar"/>
<library name="lucene-spatial-6.4.1.jar"/>
<library name="lucene-spatial-extras-6.4.1.jar"/>
<library name="lucene-suggest-6.4.1.jar"/>
<library name="securesm-1.1.jar"/>
<library name="snakeyaml-1.15.jar"/>
<library name="t-digest-3.0.jar"/>
<!-- ElasticSearch Transport jar Deps-->
<library name="percolator-client-5.3.0.jar"/>
<library name="reindex-client-5.3.0.jar"/>
<library name="lang-mustache-client-5.3.0.jar"/>
<library name="transport-5.3.0.jar"/>
<library name="transport-netty3-client-5.3.0.jar"/>
<library name="transport-netty4-client-5.3.0.jar"/>
<library name="netty-all-4.1.7.Final.jar"/>
<library name="netty-3.10.6.Final.jar"/>
<library name="netty-buffer-4.1.7.Final.jar"/>
<library name="netty-codec-4.1.7.Final.jar"/>
<library name="netty-codec-http-4.1.7.Final.jar"/>
<library name="netty-common-4.1.7.Final.jar"/>
<library name="netty-handler-4.1.7.Final.jar"/>
<library name="netty-resolver-4.1.7.Final.jar"/>
<library name="netty-transport-4.1.7.Final.jar"/>
</runtime>
<requires>
<import plugin="nutch-extensionpoints" />
</requires>
<extension id="org.apache.nutch.indexer.elastic"
name="Elasticsearch Index Writer"
point="org.apache.nutch.indexer.IndexWriter">
<implementation id="ElasticIndexWriter"
class="org.apache.nutch.indexwriter.elastic.ElasticIndexWriter" />
</extension>
</plugin>