Features
- Improve the default search relevancy function:
- Remove autosuggest and search fields from the phrase_prefix query. [
noss
] - Adds cross_fields query in addition to best_fields for both
and
andor
queryFormats. This improves on the search relevancy in a general way by covering a case where search should occur on the search term by treating all the specified fields as one single field. [noss
]
- Remove autosuggest and search fields from the phrase_prefix query. [
- Improves the re-indexing behavior by copying all the user applied settings from the source index. [
oss
]
Fixes
- Persisting the search relevancy changes wasn't working. This reset the search relevancy settings every time the appbase.io service restarted. This release fixes that. [
noss
]