Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "size":10,
  3. "from":0,
  4. "filterTerms":{
  5. "assetType":"Γραπτή μαρτυρία"
  6. },
  7. "includeFields":[
  8. "assetTitle",
  9. "assetDescription",
  10. "archivalSection",
  11. "assetType",
  12. "assetDate"
  13. ],
  14. "termsWithFields":[
  15. {
  16. "assetTitle":[
  17. {
  18. "operand":"OR",
  19. "term":"test5"
  20. },
  21. {
  22. "operand":"AND",
  23. "term":"test6"
  24. },
  25. {
  26. "operand":"NOT",
  27. "term":"test3"
  28. }
  29. ]
  30. },
  31. {
  32. "assetDescription":[
  33. {
  34. "operand":"OR",
  35. "term":"test1"
  36. },
  37. {
  38. "operand":"OR",
  39. "term":"test2"
  40. }
  41. ]
  42. }
  43. ],
  44. "sort":{
  45. "assetTitle.keyword":"asc"
  46. }
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement