Re: please help explaining debug output

2011-07-28 Thread Erick Erickson
dWeight(moreWords:"laser jet" in 32497), product of: >>> >>>        0.0 = tf(phraseFreq=0.0) >>> >>>        14.597603 = idf(moreWords: laser=26731 jet=12685) >>> >>>        0.078125 = fieldNorm(field=moreWords, doc=32497) >>> >>> >

RE: please help explaining debug output

2011-07-26 Thread Robert Petersen
; >> 0.0 = fieldWeight(moreWords:"laser jet" in 32497), product of: >> >>0.0 = tf(phraseFreq=0.0) >> >>14.597603 = idf(moreWords: laser=26731 jet=12685) >> >>0.078125 = fieldNorm(field=moreWords, doc=32497) >> >> -

Re: please help explaining debug output

2011-07-25 Thread Erick Erickson
roducts with the same content do in fact match.  I'm reindexing > the non-matching ones to rule that out. > > -Original Message- > From: Erick Erickson [mailto:erickerick...@gmail.com] > Sent: Monday, July 25, 2011 1:58 PM > To: solr-user@lucene.apache.org > Subjec

RE: please help explaining debug output

2011-07-25 Thread Robert Petersen
y, July 25, 2011 1:58 PM To: solr-user@lucene.apache.org Subject: Re: please help explaining debug output Hmmm, I'm assuming that moreWords is your default text field, yes? But it works for me (tm), using 1.4.1. What version of Solr are you on? Also, take a glance at the admin/analysis page,

Re: please help explaining debug output

2011-07-25 Thread Erick Erickson
Hmmm, I'm assuming that moreWords is your default text field, yes? But it works for me (tm), using 1.4.1. What version of Solr are you on? Also, take a glance at the admin/analysis page, that might help... Gotta run Erick On Mon, Jul 25, 2011 at 4:52 PM, Robert Petersen wrote: > Sorry, to cla

RE: please help explaining debug output

2011-07-25 Thread Robert Petersen
Sorry, to clarify a search for P1102W matches all three docs but a search for p1102w LaserJet only matches the second two. Someone asked me a question while I was typing and I got distracted, apologies for any confusion. -Original Message- From: Robert Petersen [mailto:rober...@buy.com]