Thank you! I haven't tried it yet, but reading the documentation makes me understand that it will solve my needs.
Is it possible to keep the boosting applied to the individual fields when computing the score ? Should I keep the original query and add the match/AND you're talking about, as a query filter, on the field created by the *copy_to* ? On Tuesday, March 4, 2014 11:52:26 PM UTC+1, Binh Ly wrote: > > I'd probably just aggregate all the fields you are interested in into 1 > field and then match/AND on that 1 field. You probably can do a copy_to to > accomplish the aggregation to a single field: > > > http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html#copy-to > -- 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/1d2cdf59-c18b-4b02-840c-7568263bac95%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
