Guest User

Untitled

a guest
Jan 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. {
  2. "query": {
  3. "custom_score": {
  4. "query": {
  5. "filtered": {
  6. "filter": {
  7. "terms": {
  8. "locations": [
  9. 41673
  10. ]
  11. }
  12. },
  13. "query": {
  14. "text": {
  15. "company_name": {
  16. "query": "Business",
  17. "fuzziness": 0.82
  18. }
  19. }
  20. }
  21. }
  22. },
  23. "script": "(_score * 10000000000) / doc[\u0027sort_code\u0027].value"
  24. }
  25. }
  26. }
Add Comment
Please, Sign In to add comment