Advertisement
Guest User

Untitled

a guest
Dec 14th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "took" : 77,
  3. "timed_out" : false,
  4. "_shards" : {
  5. "total" : 5,
  6. "successful" : 5,
  7. "failed" : 0
  8. },
  9. "hits" : {
  10. "total" : 2,
  11. "max_score" : 1.0,
  12. "hits" : [ {
  13. "_index" : "river",
  14. "_type" : "city_type",
  15. "_id" : "_meta",
  16. "_score" : 1.0,
  17. "_source":{"type":"jdbc","jdbc":{"url":"jdbc:mysql://localhost:3306/test","user":"root","password":"root","sql":"select * from city;","strategy":"oneshot"},"index":{"index":"city","type":"city_type","bulk_size":500}}
  18. }, {
  19. "_index" : "river",
  20. "_type" : "city",
  21. "_id" : "_meta",
  22. "_score" : 1.0,
  23. "_source":{"type":"jdbc","jdbc":{"url":"jdbc:mysql://localhost:3306/test","user":"root","password":"root","sql":"select * from city;","strategy":"oneshot"},"index":{"index":"city","type":"city_type","bulk_size":500}}
  24. } ]
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement