Advertisement
miketopper

Untitled

Aug 5th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. GET /catalog_data/book/_search
  2. {
  3. "query": {
  4. "match": {
  5. "_all": {
  6. "query": "civil-war",
  7. "operator": "and"
  8. }
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement