Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {"query": {
  2. "bool": {
  3. "should": [
  4. {"match_phrase":{
  5. "_all": {
  6. "query":string,
  7. "boost":5
  8. }}}
  9. ]
  10. }
  11. }
  12. }
  13.  
  14. {"query": {
  15. "bool": {
  16. "should": [
  17. {"match_phrase":{
  18. "_all": {
  19. "query":string,"fields":[filed_name],
  20. "boost":5
  21. }}}
  22. ]
  23. }
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement