Hi, we are currently migrating from ES and we wanted to know if Atlas Search will allow us to do some custom configuration into the scoring without using the constant scoring.
The cases we want to customize are:
- Ignore the term frequency on the scoring. On ES this can be done by customizing the parameters of the algorithm, by setting the algorithm to boolean or using a constant score. Can we do the first solution on Atlas Search?
- Do the scoring taking into account the whole collection, not only the current shard. On ES, we can add
?search_type=dfs_query_then_fetch
.
Thank you!