This will be addressed better in the future. For now, you can split/rewrite your multi_match query into a bool query with multiple should clauses where each clause is targeting each field in your multi_match (or query_string) query. This still won't be quite a "sum", but at least it will "combine" all the should clauses to produce the final score (i.e. the more matches you have for each should clause, the higher the score will be).
In the future, the multi_match query will provide a type where you can specify how the score is influenced based on field matches. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/e47f9a0a-5f19-4fd6-9854-9c15cd67e177%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
