Skip to content

Version 2.0.1 - Performance tuning, refactor and bulk ElasticSearch requests

Compare
Choose a tag to compare
@anthonygauthier anthonygauthier released this 18 Dec 17:58
· 238 commits to master since this release
  • Performance Tuning
    • Removed useless objects (Declaration of HashMap in foreach)
    • Limited the number of HTTP connections made by using ElasticSearch bulk requests
  • Refactored methods to use HashMap instead of the abstract Map class
  • Tested and completed the handling of results by sending in bulk
    • New option in the listener's parameter to specify how many requests to send in bulk