Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. enter code here "query": {
  2. "nested": {
  3. "path": "Trips",
  4. "query": {
  5. "bool": {
  6. "must": [
  7. {
  8. "match": {
  9. "Trips.Employees.Source_Geocode.keyword": "17.337203,78.467794"
  10. }
  11. },
  12. {
  13. "match": {
  14. "Trips.Employees.Source_Geocode.keyword": "17.367891,78.468098"
  15. }
  16. },
  17. {"match": {
  18. "Trips.Employees.RouteID": "3"
  19.  
  20. }
  21. }
  22.  
  23.  
  24. ],
  25.  
  26. "must_not": [
  27. {
  28. "exists": {
  29. "field": "Trips.Employees.ActualVehicleArrivalTime"
  30. }
  31. }
  32. ]
  33.  
  34.  
  35. }
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement