With dismax or extended dismax parser you should be able to achieve this.

Dismax :- qf, qs, pf & ps should help you to have exact control on the
fields and boosts.
Extended Dismax :- In addition to qf, qs, pf & ps, you have pf2 and
pf3 for the two and three words shingles.

As Grijesh mentioned, use more weight for phrase or proximity matches

Regards,
Jayendra

On Thu, Feb 24, 2011 at 4:03 AM, Grijesh <pintu.grij...@gmail.com> wrote:
>
> Try to configue more waight on ps and pf parameters of dismax request
> handler to boost phrase matching documents.
>
> Or if you do not want to consider the term frequency then use
> omitTermFreqAndPositions="true" in field definition
>
> -----
> Thanx:
> Grijesh
> http://lucidimagination.com
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Problem-in-full-query-searching-tp2566054p2566230.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to