Jest is a Java HTTP Rest client for ElasticSearch.
ElasticSearch is an Open Source (Apache 2), Distributed, RESTful, Search Engine built on top of Apache Lucene.
ElasticSearch already has a Java API which is also used by ElasticSearch internally, but Jest fills a gap, it is the missing client for ElasticSearch Http Rest interface.
Read great introduction to ElasticSearch and Jest from IBM Developer works.
For the usual Jest Java library, that you can use as a maven dependency, please refer to the README at jest module.
For the Android port please refer to the README at jest-droid module.
Jest Version | Elasticsearch Version |
---|---|
>= 6.0.0 | 6 |
>= 5.0.0 | 5 |
>= 2.0.0 | 2 |
0.1.0 - 1.0.0 | 1 |
<= 0.0.6 | < 1 |
Also see changelog for detailed version history.
All questions, bug reports and feature requests are handled via the GitHub issue tracker which also acts as the knowledge base. Please see the Contribution Guidelines for more information.
We would like to thank the following people for their significant contributions.
- Andrea Turli
- Andrej Kazakov
- asierdelpozo
- Clayton Stout
- Dominic Tootell
- Erik Dreyer
- Erik Schuchmann
- Fernandez Ludovic
- Filippo Rossoni
- FrancoisThareau
- happyprg
- Igor Kupczyński
- Kristoffer Renholm
- Mark Woon
- Martin W. Kirst
- Matthew Bogner
- Min Cha
- Neil Gentleman
- Pavel Zalunin
- phospodka
- Steven Rapp
- Stig Brautaset
- Thomas Mühlfriedel
Copyright 2018 www.searchly.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or 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.