Advertisement
miketopper

Untitled

Aug 8th, 2014
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. GET /catalog_data/book/_search?routing=1
  2. {
  3. "fields": [],
  4. "query": {
  5. "filtered": {
  6. "filter": {
  7. "term": {
  8. "usernum": "1"
  9. }
  10. },
  11. "query": {
  12. "match": {
  13. "_all": {
  14. "query": "harry potter",
  15. "operator": "and"
  16. }
  17. }
  18. }
  19. }
  20. },
  21. "highlight": {
  22. "fields": {
  23. "title": {}
  24. }
  25. }
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement