On Fri, Apr 17, 2009 at 1:03 AM, ashokc <ash...@qualcomm.com> wrote:

>
> I have a query that yields results binned in several facets. How can I
> boost
> the results that fall in certain facets over the rest of them that do not
> belong to those facets? I use the standard query format. Thank you


I'm not sure what you mean by boosting by facet. Do you mean that you want
to boost documents which match a term query?

If yes, you can use your_field_name:value^2.0 in the q parameter.
-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to