Advertisement
Guest User

Untitled

a guest
Mar 6th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. "query": {
  2. "properties": {
  3. "match_all": {
  4. "type": "object"
  5. }
  6. }
  7. },
  8.  
  9. POST http://localhost:9200/myindex -d '"query": {
  10. "properties": {
  11. "match_all": {
  12. "type": "object"
  13. }
  14. }
  15. }'
  16.  
  17. POST http://localhost:9200/myindex/_search -d '"query": {
  18. "properties": {
  19. "match_all": {
  20. "type": "object"
  21. }
  22. }
  23. }'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement