Re: Understanding SOLR search results

2012-08-27 Thread Jack Krupansky
, August 27, 2012 2:48 PM To: solr-user@lucene.apache.org Subject: Re: Understanding SOLR search results 2012/8/27 Mike Schultz : Can you include the entire text for only the titolo field? The entire text for the titolo field is "Moschea in viale Trento, partono i lavori". I tried to chang

Re: Understanding SOLR search results

2012-08-27 Thread mattia.martine...@gmail.com
2012/8/27 Mike Schultz : > Can you include the entire text for only the titolo field? The entire text for the titolo field is "Moschea in viale Trento, partono i lavori". I tried to change the type of the titolo field from text to textgen, and now it does not match. I think it is a stemming prob

Re: Understanding SOLR search results

2012-08-27 Thread Mike Schultz
Can you include the entire text for only the titolo field? 1.0 = tf(termFreq(titolo:trent)=1) means the index contains one hit for 'trent' for that field, that doc. Mike -- View this message in context: http://lucene.472066.n3.nabble.com/Understanding-SOLR-search-results-tp4003480p4003540.h

Re: Understanding SOLR search results

2012-08-27 Thread Jack Krupansky
essage- From: mattia.martine...@gmail.com Sent: Monday, August 27, 2012 1:18 PM To: solr-user@lucene.apache.org Subject: Re: Understanding SOLR search results Maybe you have a synonym in the title field? Or maybe some stemming anomaly? The complete title is "Moschea in viale Trento, parton

Re: Understanding SOLR search results

2012-08-27 Thread mattia.martine...@gmail.com
> Maybe you have a synonym in the title field? Or maybe some stemming anomaly? The complete title is "Moschea in viale Trento, partono i lavori", so "Trent" should be a substring of the word "Trento". But if I search for "Mos" or "lavo", I don't have this result, so I don't understand why "Trent"

Re: Understanding SOLR search results

2012-08-27 Thread Jack Krupansky
Maybe you have a synonym in the title field? Or maybe some stemming anomaly? Try using the Solr admin analyzer and enter the query text for the title field and see how it analyzes. In any case, the explain is clearing saying that titolo:trent was a match. Regardless of what source text you ga