- Sep 21, 2017
-
-
Sean Busbey authored
-
- Aug 05, 2017
-
-
Kirill Vlasov authored
[core] Fixing squid:S1319 - Declarations should use Java collection interfaces such as "List" rather than specific implementation classes such as "LinkedList". (manolama - updated bindings added since the PR) Signed-off-by:
Chris Larsen <clarsen@yahoo-inc.com>
-
- Feb 07, 2017
-
-
Kevin Risden authored
-
- Nov 18, 2016
-
-
Kevin Risden authored
-
- Sep 27, 2016
-
-
hxd authored
-
- Aug 31, 2016
-
-
Govind Kamat authored
-
Jason Tedor authored
This commit upgrades the Elasticsearch dependency from version 2.3.4 to version 2.4.0.
-
- Jul 12, 2016
-
-
Jason Tedor authored
This commit upgrades the Elasticsearch dependency from version 2.3.2 to version 2.3.4
-
Jason Tedor authored
Today when running the Elasticsearch binding in embedded mode, a temporary directory is used. This can be confusing for running usual load-then-run style workflows because the temporary directory will not be the same between runs. Instead, we should just require a directory when running in embedded mode and this commit makes this the case.
-
Jason Tedor authored
This commit switches the Elasticsearch test runner from TestNG to JUnit.
-
Jason Tedor authored
This commit adds notes to the Elasticsearch documentation outlining the difference between embedded and remote modes, and adds an example on using remote mode.
-
- Jun 21, 2016
-
-
Sean Busbey authored
-
- May 05, 2016
-
-
Jason Tedor authored
This commit bumps the version of the Elasticsearch dependency for the Elasticsearch binding to version 2.3.2.
-
- May 04, 2016
-
-
Stanley Feng authored
-
- Apr 20, 2016
-
-
Jason Tedor authored
This commit modifies the Elasticsearch client to return Status.NOT_FOUND when an operation fails because the document requested does not exist. This modifies the previous behavior which would return Status.ERROR in this case. This commit also moves the statements that would return Status.ERROR into the corresponding catch blocks so that it is clear that Status.ERROR is only being returned on error paths.
-
- Apr 09, 2016
-
-
Jason Tedor authored
This commit fixes a race condition that exists between the shards being ready to serve requests and the execution of the workload.
-
- Apr 06, 2016
-
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
This commit fixes an issue with the index creation logic when the elasticsearch.newdb flag is set to true. Namely, when running in local mode the index would never exist (since the node always starts with a clean temporary directory) but with elasticsearch.newdb an attempt would be made to delete the index which would cause the workload to fail. This commit also does a cleanup of the index creation logic using an explicit create index request and passing the index settings along as part of that index creation.
-
Jason Tedor authored
-
Jason Tedor authored
-
Jason Tedor authored
-
- Apr 01, 2016
-
-
Chrisjan Matser authored
-
- Mar 07, 2016
-
-
Jason Tedor authored
This commit fixes the Elasticsearch name in the README file for the Elasticsearch project from "ElasticSearch" to "Elasticsearch".
-
Jason Tedor authored
This commit bumps the Elasticsearch dependency version from 2.1.1 to 2.2.0.
-
Jason Tedor authored
This commit fixes the Elasticsearch name throughout the YCSB benchmark project from "ElasticSearch" to "Elasticsearch".
-
- Feb 16, 2016
-
-
Kevin Risden authored
-
- Jan 27, 2016
-
-
Sean Busbey authored
- define checkstyle configs in as few places as possible - use checkstyle:check since it has defaults that match what we want (fail after logging to console) - modules that have current failures set property checkstyle.failOnViolation to false.
-
- Dec 26, 2015
-
-
G. K. Wang authored
-
- Dec 24, 2015
-
-
G. K. Wang authored
Bumped elasticsearch version and fix multiple api changes. update README.md troubleshoot section.
-
- Dec 20, 2015
-
-
bigbes authored
-
- Nov 08, 2015
-
-
Robert J. Moore authored
-
- Nov 03, 2015
-
-
Connor McCoy authored
-