Aliases across many indices and default scoring function

I could not find many explanations about querying and alias that sit in front of many indices and its implication regarding relevance scoring.
If we take a simple TFIDF approach, will each document be scored using a TF across all indices in the alias or will each document be scored only in its own individual index and then the documents returned by each index compete for relevance at the end?

Thanks,
Pierre

Scoring applies to the documents in a given shard. Once that has happened, the scores are then ranked across all shards that return a result, to get the end result set for the client.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.