You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2021. It is now read-only.
- The query body has been simplified to use just the multi_match query with any filters that are passed in the query paramaters
- the over use of bool, should, and must queries was removed. This was throwing the _score result off by making elasticsearch aggregate scores in a erroneos way.
Multi_match query now has the type (best_match) explicit. More testing with over types could help improve the search results.
The name field is given the highest weight followed by the fulltext analyzed version of itself.
This change is focused on the repos index. It might be good to review the search being done with the terms index
0 commit comments