Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.78 KB | None | 0 0
  1. {
  2.    "from":0,
  3.    "size":25,
  4.    "query":{
  5.       "bool":{
  6.          "must":[
  7.             {
  8.                "bool":{
  9.                   "must":[
  10.                      {
  11.                         "term":{
  12.                            "assignee":{
  13.                               "value":"kikol",
  14.                               "boost":1.0
  15.                            }
  16.                         }
  17.                      }
  18.                   ],
  19.                   "adjust_pure_negative":true,
  20.                   "boost":1.0
  21.                }
  22.             }
  23.          ],
  24.          "adjust_pure_negative":true,
  25.          "boost":1.0
  26.       }
  27.    },
  28.    "version":true,
  29.    "sort":[
  30.       {
  31.          "taskContext.name.keyword":{
  32.             "order":"asc"
  33.          }
  34.       }
  35.    ]
  36. }
  37. A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement