Hi All, 1. There're 3 kind of searches in my application: a) PhraseQuery search; b) search for separate words; c) MLT search. The problem I encountered is in the use of a stop words list. If don't take it into account, the MLT query picks up common words as the most important words what is not right. And when I use it the PhraseQuery stops working. I tried it with the ps and qs parameters (ps=100, qs=100) but that didn't change anything. (Both indexed fields are of type text and all docs are in English.)
2. Do I understand it right that the query q=id:1&mlt=true&mlt.fl=content&... should bring back documents where the most important words are in the set of those for the doc with id=1? Could you please help. Thanks a lot. Cheers, Sergey -- View this message in context: http://www.nabble.com/PhraseQuery-search-along-with-MLT-search-tp24267351p24267351.html Sent from the Solr - User mailing list archive at Nabble.com.