Hi,

I don't think what you said makes 100% sense.  Both words windows and 
installation will be different when stemmed.  Also, the word combination will 
not get stemmed to "combine" (that's not what Porter stemmer would shop it down 
it).

Go to Solr admin page, enter "windows installation", then modify the URL and 
add: &qt=dismax&debugQuery=true and have a look at the XML.  It will contain 
the query string rewritten by DisMax, which will tell you what's going on.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch


----- Original Message ----
> From: KhushbooLohia <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, May 13, 2008 5:50:30 AM
> Subject: phrase query with DismaxHandler
> 
> 
> Hi All,
> 
> I am using EnglishPorterFilterFactory in text field for stemming the words. 
> Also I am using DisMaxRequestHandler for handling requests.
> When phrase query is passed to solr ex: "windows installation". 
> Sometimes the results obtained are correct but sometimes the results occur
> with only word install or just windows or just with installation. 
> Its observed that, if the phrase doesn't have anything to be stemmed like
> windows or cpmany the results are returned as expected. But phrase with
> words like combination, colusion get stemmed to combine or conclude and
> brings wierd results.
> 
> 
> Please revert back.
> 
> Thanks
> Khushboo
> 
> -- 
> View this message in context: 
> http://www.nabble.com/phrase-query-with-DismaxHandler-tp17204921p17204921.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to