java-tutorials/spring-data-elasticsearch
Tarang Bhalodia 7e5940b578 tarangbhalodia@gmail.com [BAEL-1282: geospatial support elasticsearch] (#3421)
* BAEL-1422: measure performance of Random and ThreadLocalRandom using JMH

* BAEL-1422: updated benchmarking examples of Random and ThreadLocalRandom to use newWorkStealingPool that leverages ForkJoinPool

* BAEL-1422: refactored benchmarking examples for comparing performance of ThreadLocalRandom and Random
- initialised the collection of Callable before running benchmarking
- removed for loop for submitting task and instead used executor.invokeAll(collection_of_callable)

* BAEL-1282: added TDD type junit tests for geospatial queries elasticsearch
2018-01-15 11:41:38 -08:00
..
src tarangbhalodia@gmail.com [BAEL-1282: geospatial support elasticsearch] (#3421) 2018-01-15 11:41:38 -08:00
README.md Update README.md 2017-05-15 22:16:14 +03:00
pom.xml tarangbhalodia@gmail.com [BAEL-1282: geospatial support elasticsearch] (#3421) 2018-01-15 11:41:38 -08:00

README.md

Spring Data Elasticsearch

Relevant Articles:

Build the Project with Tests Running

mvn clean install

Run Tests Directly

mvn test