Re: term frequency outweighs exact phrase match

2012-04-13 Thread alxsss
0&indent=on&qt=search&debugQuery=true Thanks. Alex. -Original Message- From: Chris Hostetter To: solr-user Sent: Thu, Apr 12, 2012 7:43 pm Subject: Re: term frequency outweighs exact phrase match : I use solr 3.5 with edismax. I have the following issue with phrase : search.

Re: term frequency outweighs exact phrase match

2012-04-12 Thread Chris Hostetter
: I use solr 3.5 with edismax. I have the following issue with phrase : search. For example if I have three documents with content like : : 1.apache apache : 2. solr solr : 3.apache solr : : then search for apache solr displays documents in the order 1,.2,3 : instead of 3, 2, 1 because term fr

Re: term frequency outweighs exact phrase match

2012-04-12 Thread alxsss
. I see omitTermFreqAndPositions="true" but not sure if it is the setting I need, because its description is too vague. Thanks. Alex. -Original Message- From: Erick Erickson To: solr-user Sent: Wed, Apr 11, 2012 8:23 am Subject: Re: term frequency outweighs exact ph

Re: term frequency outweighs exact phrase match

2012-04-11 Thread Erick Erickson
Consider boosting on phrase with a SHOULD clause, something like field:"apache solr"^2.. Best Erick On Tue, Apr 10, 2012 at 12:46 PM, wrote: > Hello, > > I use solr 3.5 with edismax. I have the following issue with phrase search. > For example if I have three documents with content like > > 1

term frequency outweighs exact phrase match

2012-04-10 Thread alxsss
Hello, I use solr 3.5 with edismax. I have the following issue with phrase search. For example if I have three documents with content like 1.apache apache 2. solr solr 3.apache solr then search for apache solr displays documents in the order 1,.2,3 instead of 3, 2, 1 because term frequency in