Thanks, I actually came across this part of the documentation a few hours ago, and this sentence is exactly what I was looking for: "It first analyzes the query string into individual terms, then looks for each term in any of the fields, as though they were one big field.".
I can't wait to upgrade to 1.1.0 then ! On Wednesday, March 5, 2014 1:52:31 PM UTC+1, Clinton Gormley wrote: > > > On 5 March 2014 00:24, Thibaut <[email protected] <javascript:>> wrote: > >> Is it possible to keep the boosting applied to the individual fields when >> computing the score ? >> > > No. Field-level index time boosts will not be preserved with copy_to. > > Coming very soon in 1.1.0 is the `cross_fields` type of multi_match query, > which is designed to solve exactly the problem you are dealing with. Have > a look at the docs: > http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/query-dsl-multi-match-query.html#multi-match-types<http://www.google.com/url?q=http%3A%2F%2Fwww.elasticsearch.org%2Fguide%2Fen%2Felasticsearch%2Freference%2Fcurrent%2Fquery-dsl-multi-match-query.html%23multi-match-types&sa=D&sntz=1&usg=AFQjCNHAzpV5GqKrn3j5jSFEcesYigGeWw> > > > > > > -- 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/818017bb-0eb1-4412-a68e-c7e0d6b078e9%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
