Skip to content
Elasticsearch Java Rest Client.
Java
Branch: master
Clone or download

Latest commit

jdimeo and ferhatsb Bucket aggregation getBuckets() should be public. (#630)
Otherwise, if you're desigining APIs that work with any BucketAggregation subclass, you don't have a way without using things like reflection to get the buckets, keys, and counts regardless of specific aggregation type.

Signed-off-by: John Dimeo <dimeo@elderresearch.com>
Latest commit debfca8 Jul 16, 2019

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
jest-common Bucket aggregation getBuckets() should be public. (#630) Jul 16, 2019
jest-droid set next snapshot version v6.3.2-SNAPSHOT Aug 13, 2018
jest DocBuilder and ScriptBuilder for Update action (#638) Jul 16, 2019
.gitignore Change gitignore to ignore .idea folder May 23, 2016
.travis.yml Run in VM instead of container on Travis CI Aug 23, 2017
CODE_OF_CONDUCT.md Added Contribution Guidelines and Code of Conduct - fixes #159 Nov 2, 2014
CONTRIBUTING.md
LICENSE Add (Apache v2) LICENSE file to root Mar 2, 2014
README.md Fix Jest <-> native comparison link in root readme (#650) Jul 16, 2019
logo_IntelliJIDEA.svg add new IntelliJIDEA logo Mar 22, 2016
pom.xml set next snapshot version v6.3.2-SNAPSHOT Aug 13, 2018
pubring.gpg.enc remove settings generating python script for travis Mar 26, 2016
secring.gpg.enc remove settings generating python script for travis Mar 26, 2016
settings.xml add gpg_passphrase env var in travis Mar 27, 2016

README.md

JEST

Build Status Coverage Status Maven Central

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.

Documentation

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.

Compatibility

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.

Support and Contribution

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.

Thanks

We would like to thank the following people for their significant contributions.

Copyright and License

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.

You can’t perform that action at this time.