Skip to content
Snippets Groups Projects
  1. Sep 08, 2018
  2. Jul 28, 2018
  3. May 23, 2018
  4. Sep 21, 2017
  5. Aug 05, 2017
  6. Feb 07, 2017
  7. Nov 18, 2016
  8. Sep 27, 2016
  9. Aug 31, 2016
  10. Jul 12, 2016
  11. Jun 21, 2016
  12. May 05, 2016
  13. May 04, 2016
  14. 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
  15. Apr 09, 2016
  16. Apr 06, 2016
  17. Apr 01, 2016
  18. Mar 07, 2016
  19. Feb 16, 2016
  20. Jan 27, 2016
  21. Dec 26, 2015
  22. Dec 24, 2015
Loading