Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Sep 19, 2017
  3. Sep 16, 2017
  4. Sep 10, 2017
  5. Sep 09, 2017
  6. Sep 07, 2017
  7. Aug 10, 2017
  8. Aug 09, 2017
  9. Aug 08, 2017
    • Jason Tedor's avatar
      Elasticsearch 5: Only activate plugin on JDK 8 · 6d14ff4e
      Jason Tedor authored
      This commit sets the Elasticsearch 5 binding to only use the
      elasticsearch-maven-plugin if tests are running on JDK 8.
      6d14ff4e
    • Jason Tedor's avatar
      Elasticsearch 5: Update docs · 382bdc76
      Jason Tedor authored
      This commit updates the Elasticsearch 5 binding docs to include
      references for starting Elasticsearch 5, how to configure the transport
      client, and how to use the low-level REST client binding.
      382bdc76
    • Jason Tedor's avatar
      Elasticsearch 5: Fix issues for tests to pass · 42bb148c
      Jason Tedor authored
      This commit fixes issues with the Elasticsearch 5 transport client and
      REST client bindings so that all tests pass.
      42bb148c
    • Jason Tedor's avatar
      Elasticsearch 5: Code cleanup · f1eed61e
      Jason Tedor authored
      This commit is a straightforward code cleanup of the Elasticsearch 5
      transport client and REST client implementations.
      f1eed61e
    • Jason Tedor's avatar
      Elasticsearch 5: Complete REST implementation · bc69e7eb
      Jason Tedor authored
      This commit is an initial cut at a complete implementation using the
      low-level Elasticsearch REST client.
      bc69e7eb
    • Jason Tedor's avatar
      Elasticsearch 5: Fix unreleased bugs in client · 0eb22d13
      Jason Tedor authored
      This commit fixes a bug in the Elasticsearch 5 transport client
      binding. Namely, the update method was not indexing using the ID of the
      read document, but instead the provided key. As auto-generated IDs are
      used, this is a mistake as this is not the ID of the document. This
      commit fixes this issue.
      
      Additionally, the type is passed to the search method and used in
      searches. While this is not a correctness issue per se, we fix it for
      clarity.
      0eb22d13
  10. Aug 07, 2017
    • Jason Tedor's avatar
      Elasticsearch 5: Remove path.home setting · db8674a3
      Jason Tedor authored
      We can remove the path.home setting for the Elasticsearch 5 binding for
      the transport client so this commit does that.
      db8674a3
    • Jason Tedor's avatar
      Elasticsearch 5: Use auto-IDs and implements scan · e47e90e4
      Jason Tedor authored
      This commit refactors the indexing of documents in the Elasticsearch 5
      binding to use auto-generated IDs, instead indexing the key field as a
      dedicated field rather than using it as the ID. This enables us to
      implement scan functionality which we add in this commit as well.
      e47e90e4
Loading