Skip to content
Snippets Groups Projects
  1. Apr 20, 2016
    • Jason Tedor's avatar
      [elasticsearch] Return not found instead of error · 2d857dae
      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.
      2d857dae
  2. Apr 18, 2016
  3. Apr 17, 2016
  4. Apr 16, 2016
  5. Apr 15, 2016
  6. Apr 14, 2016
  7. Apr 13, 2016
  8. Apr 12, 2016
  9. Apr 11, 2016
  10. Apr 10, 2016
  11. Apr 09, 2016
Loading