Great, thanks Hoss. I'll try dismax out today and see what happens with this.

Matt

On Tue, Oct 12, 2010 at 7:35 PM, Chris Hostetter
<hossman_luc...@fucit.org> wrote:
>
> : Is it possible to have certain query terms not effect score, if that
> : same query term is present in a field? For example, I have an index of
>
> that use case is precisely what the DisjunctionMaxQuery (generated by
> the dismax parser) does for you if you set the "tie" param to "0"
>
> when one of the words in query results in a high score in fieldA, the
> contribution to the score from that word in all of the other fields is
> ignored (the "tie" attribute is multiplied by the score of all the fields
> that are not the "max" score contribution)
>
>
> -Hoss
>

Reply via email to