Re: Query related question

2010-06-02 Thread Chris Hostetter
: When I query for a word say Tiger woods, and sort results by score... i do : notice that the results are mixed up i.e first 5 results match Tiger woods : the next 2 match either tiger/tigers or wood/woods : the next 2 after that i notice again match tiger woods. : : How do i make sure that when

RE: Query related question

2010-06-01 Thread Jonathan Rochkind
One way to do it would be to use dismax request handler at query time, with a pf paramater on the same field(s) as your qf paramter, but with a big boost on the pf. http://wiki.apache.org/solr/DisMaxRequestHandler I'm not sure why you're getting matches for "tigers" and "woods" on "tiger woods