Re: False Positives?

2010-06-11 Thread Walter Underwood
; springsteen >>> name_title:SPRN >>> name_title:SPRN >>> >>> >>> 4.42386 = (MATCH) fieldWeight(name_title:SPRN in 3105), product of: >>> 1.4142135 = tf(termFreq(name_title:SPRN)=2) >>> 6.2562833 = idf(docFreq=704, maxDocs=135196) >

Re: False Positives?

2010-06-11 Thread Ahmet Arslan
solr.PhoneticFilterFactory looks suspicious. Can you verify this on solr admin analysis.jsp page. You can debug your analysis chain in this page. If you paste "springsteen", it will show you output of each tokenizer/tokenfilter step by step.

Re: False Positives?

2010-06-11 Thread jglazner
t; term sprintgsteen and truncated it to sprn? but even so how does sprn > match > > "Spoorenberg" or "Saprano"? > > > > I'm using solr 1.4 > > > > Thanks for any input you can give me. > > > > Jed. > > > > > > > > > > > > > > --

Re: False Positives?

2010-06-11 Thread Chantal Ackermann
Hi Jed, please paste the complete field definition of "name_title" from your schema.xml. You are using an analyzer that reduces your text in an undesired way, on both index and query side. You probably want "String" for names, or similar. "Spoorenberg" or "Saprano" are analyzed in the same way a

False Positives?

2010-06-11 Thread jglazner
3105) .. this goes on for all the results. So as near as I could tell it took the term sprintgsteen and truncated it to sprn? but even so how does sprn match "Spoorenberg" or "Saprano"? I'm using solr 1.4 Thanks for any input you can give me. Jed. -- V