RE: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Jason Brown
e.org Subject: RE: Dismax phrase boosts on multi-value fields Which is why the positionIncrementGap is set to a high number normally (100 in the sample schema.xml). With this being so, phrases won't match accross values in a multi-valued field. If for some reason you were using a dismax ps ph

RE: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Jonathan Rochkind
n > > Jason. > > > > From: Jonathan Rochkind [mailto:rochk...@jhu.edu] > Sent: Tue 19/10/2010 17:27 > To: solr-user@lucene.apache.org > Subject: Re: Dismax phrase boosts on multi-value fields > > > > You are correct. The quer

Re: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Erick Erickson
; > From: Jonathan Rochkind [mailto:rochk...@jhu.edu] > Sent: Tue 19/10/2010 17:27 > To: solr-user@lucene.apache.org > Subject: Re: Dismax phrase boosts on multi-value fields > > > > You are correct. The query needs to match as a phrase. It doesn't need > to match "ev

RE: Dismax phrase boosts on multi-value fields

2010-10-20 Thread Jason Brown
...@jhu.edu] Sent: Tue 19/10/2010 17:27 To: solr-user@lucene.apache.org Subject: Re: Dismax phrase boosts on multi-value fields You are correct. The query needs to match as a phrase. It doesn't need to match "everything". Note that if a value is: "long sentence with my blue rabbit

Re: Dismax phrase boosts on multi-value fields

2010-10-19 Thread Jonathan Rochkind
You are correct. The query needs to match as a phrase. It doesn't need to match "everything". Note that if a value is: "long sentence with my blue rabbit in it", then query "my blue rabbit" will also match as a phrase, for phrase boosting or query purposes. Jonathan Jason Brown wrote: H

Dismax phrase boosts on multi-value fields

2010-10-19 Thread Jason Brown
Hi - I have a multi-value field, so say for example it consists of 'my black cat' 'my white dog' 'my blue rabbit' The field is whitespace parsed when put into the index. I have a phrase query boost configured on this field which I understand kicks in when my search term is found entirely in

FW: Dismax phrase boosts on multi-value fields

2010-10-19 Thread Jason Brown
-Original Message- From: Jason Brown Sent: Tue 19/10/2010 13:45 To: d...@lucene.apache.org Subject: Dismax phrase boosts on multi-value fields Hi - I have a multi-value field, so say for example it consists of 'my black cat' 'my white dog' 'my blue rabbit&