Advertisement
AkitoApocalypse

Untitled

Jul 8th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. {
  2. "query": {
  3. "bool": {
  4. "filter": [
  5. {
  6. "term": {
  7. "ClassJob.ID": 15
  8. }
  9. },
  10. {
  11. "range": {
  12. "RecipeLevelTable.ClassJobLevel": {
  13. "gt": 52
  14. }
  15. }
  16. }
  17. ]
  18. }
  19. },
  20. "from": 0,
  21. "size": 1000,
  22. "sort": []
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement