2<-1 5<-2 6<90%
100
*:*
text features name
0
name
regex
Solr bug or my mistake somewhere?
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Erik Hatcher <[EMAIL PR
l Message
> From: Erik Hatcher <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Saturday, April 26, 2008 2:37:04 PM
> Subject: Re: DisMax and pf
>
>
> On Apr 25, 2008, at 5:04 PM, Otis Gospodnetic wrote:
> > I was looking at DisMax and playing w
On Apr 25, 2008, at 5:04 PM, Otis Gospodnetic wrote:
I was looking at DisMax and playing with its "pf" parameter. I
created a sample index with field "content". I set "pf" to:
content^2.0 and expected to see (content:"my query here")^2.0 in
the query (debugQuery=true). However, I only go
Hello,
I was looking at DisMax and playing with its "pf" parameter. I created a
sample index with field "content". I set "pf" to: content^2.0 and expected to
see (content:"my query here")^2.0 in the query (debugQuery=true). However, I
only got (content:"my query here") -- no boost.
Is this a