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.
: 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
.
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
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