softius / elasticsearch-helper

Helper classes for Elasticsearch client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helper

Elasticsearch helper plugin

This plugin offers some Java helper classes for easier use of Elasticsearch API.

Compatibility matrix

Elasticsearch Plugin Release date
2.2.0 2.2.0.3 Feb 16, 2016
2.2.0 2.2.0.2 Feb 12, 2016
2.2.0 2.2.0.0 Feb 3, 2016
2.1.1 2.1.1.0 Dec 21, 2015
2.1.0 2.1.0.0 Nov 29, 2015
2.0.0 2.0.0.2 Nov 3, 2015
2.0.0 2.0.0.1 Oct 29, 2015
2.0.0 2.0.0.0 Oct 28, 2015
1.6.0 1.6.0.0 Jul 1, 2015
1.5.2 1.5.2.2 May 11, 2015
1.5.2 1.5.2.1 May 3, 2015
1.5.1 1.5.1.0 Apr 23, 2015
1.3.1 1.3.0.3 Aug 8, 2014
1.3.1 1.3.0.1 Aug 4, 2014
1.3.0 1.3.0.0 Jul 23, 2014
1.2.2 1.2.2.0 Jul 19, 2014
1.2.1 1.2.1.0 Jun 4, 2014
1.2.0 1.2.0.1 May 28, 2014
1.2.0 1.2.0.0 May 22, 2014
1.1.0 1.1.0.7 May 11, 2014
1.0.0.RC2 1.0.0.RC2.1 Feb 3, 2014
0.90.7 0.90.7.1 Dec 3, 2013
0.20.6 0.20.6.1 Feb 4, 2014
0.19.11.2 0.19.11.2 Feb 1, 2013

Installation 2.x

./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-helper/2.2.0.0/elasticsearch-helper-2.2.0.0-plugin.zip

Installation 1.x

./bin/plugin -install helper -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-helper/1.6.0.0/elasticsearch-helper-1.6.0.0.zip

Do not forget to restart the node after installing.

Project docs

The Maven project site is available at Github <http://jprante.github.io/elasticsearch-helper>_

Issues

All feedback is welcome! If you find issues, please post them at Github <https://github.com/jprante/elasticsearch-helper/issues>_

License

Elasticsearch Helper Plugin (formerly Elasticsearch Support Plugin)

Copyright (C) 2013 Jörg Prante

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

About

Helper classes for Elasticsearch client

License:Apache License 2.0


Languages

Language:Java 98.8%Language:Ruby 0.8%Language:Python 0.4%