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:
Searching on docs for another thing, already discovered the way to do the first case.
For string fields only, it can be set the index config to indexOptions=docs to ignore the term frequency and position (see docs here), which acts like the parameter k on Elasticsearch. With norms=omit we can also ignore the field length, so it’s like the b parameter from Elasticsearch.