Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "query": {
  3. "filtered": {
  4. "query": {
  5. "bool": {
  6. "should": [ {
  7. "query_string": {
  8. "query": "tags:marked"
  9. }
  10. }, {
  11. "query_string": {
  12. "query": "type:access"
  13. }
  14. } ]
  15. }
  16. },
  17. "filter": {
  18. "bool": {
  19. "must": [ {
  20. "fquery": {
  21. "query": {
  22. "query_string": {
  23. "query": "subscriberId:18856396"
  24. }
  25. },
  26. "_cache": true
  27. }
  28. }, {
  29. "range": {
  30. "@timestamp": {
  31. "from": 1405602440103,
  32. "to": 1406207240103
  33. }
  34. }
  35. } ]
  36. }
  37. }
  38. }
  39. },
  40. "highlight": { ... },
  41. "size": 1000,
  42. "sort": [ ... ]
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement