Guest User

Untitled

a guest
Oct 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. {"ok":true,"acknowledged":true}
  2. {"ok":true,"acknowledged":true}
  3. {"ok":true,"_index":"test","_type":"test","_id":"1","_version":1}
  4. {
  5. "took" : 3,
  6. "timed_out" : false,
  7. "_shards" : {
  8. "total" : 1,
  9. "successful" : 1,
  10. "failed" : 0
  11. },
  12. "hits" : {
  13. "total" : 1,
  14. "max_score" : 0.30685282,
  15. "hits" : [ {
  16. "_index" : "test",
  17. "_type" : "test",
  18. "_id" : "1",
  19. "_score" : 0.30685282, "_source" : {
  20. "foo": "foo-test",
  21. "bar": "bartest"
  22. }
  23. } ]
  24. }
  25. }
  26. {
  27. "took" : 2,
  28. "timed_out" : false,
  29. "_shards" : {
  30. "total" : 1,
  31. "successful" : 1,
  32. "failed" : 0
  33. },
  34. "hits" : {
  35. "total" : 0,
  36. "max_score" : null,
  37. "hits" : [ ]
  38. }
  39. }
  40. {
  41. "took" : 2,
  42. "timed_out" : false,
  43. "_shards" : {
  44. "total" : 1,
  45. "successful" : 1,
  46. "failed" : 0
  47. },
  48. "hits" : {
  49. "total" : 1,
  50. "max_score" : 0.30685282,
  51. "hits" : [ {
  52. "_index" : "test",
  53. "_type" : "test",
  54. "_id" : "1",
  55. "_score" : 0.30685282, "_source" : {
  56. "foo": "foo-test",
  57. "bar": "bartest"
  58. }
  59. } ]
  60. }
  61. }
  62. {
  63. "took" : 1,
  64. "timed_out" : false,
  65. "_shards" : {
  66. "total" : 1,
  67. "successful" : 1,
  68. "failed" : 0
  69. },
  70. "hits" : {
  71. "total" : 1,
  72. "max_score" : 0.30685282,
  73. "hits" : [ {
  74. "_index" : "test",
  75. "_type" : "test",
  76. "_id" : "1",
  77. "_score" : 0.30685282, "_source" : {
  78. "foo": "foo-test",
  79. "bar": "bartest"
  80. }
  81. } ]
  82. }
  83. }
Add Comment
Please, Sign In to add comment