Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. {
  2. "Indicator": "Alabama",
  3. "Level": 468671,
  4. "Units": "Billion Btu",
  5. "As Of": 2011,
  6. "YTD": "-4.95%",
  7. "-5": 469036,
  8. "-10": 460201
  9. },
  10. {
  11. "Indicator": "Alaska",
  12. "Level": 33524,
  13. "Units": "Billion Btu",
  14. "As Of": 2011,
  15. "YTD": "-0.10%",
  16. "-5": 20654,
  17. "-10": 17878
  18. },
  19. {
  20. "Indicator": "Arizona",
  21. "Level": 174841,
  22. "Units": "Billion Btu",
  23. "As Of": 2011,
  24. "YTD": "4.12%",
  25. "-5": 173934,
  26. "-10": 280064
  27. }
  28.  
  29. curl -XPUT 'http://localhost:9200/coal/production/1' -d @coal.json
  30.  
  31. curl -XGET 'http:localhost:9200/coal/production/_search' -d '{
  32. "query": {
  33. "match": {
  34. "Indicator": "Alabama"
  35. }
  36. }
  37. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement