Re: Issue with German search

2015-05-19 Thread Doug Turnbull
No prob, easy mistake to make :) On Tue, May 19, 2015 at 2:14 PM, shamik wrote: > Thanks a ton Doug, I should have figured this out, pretty stupid of me. > > Appreciate your help. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Issue-with-German-search-tp4206104p4

Re: Issue with German search

2015-05-19 Thread shamik
Thanks a ton Doug, I should have figured this out, pretty stupid of me. Appreciate your help. -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-German-search-tp4206104p4206357.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Issue with German search

2015-05-19 Thread Doug Turnbull
I see the problem, instead of using debugQuery directly you might want to check out splainer (http://splainer.io) it can help detect these sorts of relevance problems. For example, in your case you just need to wrap the search in parenthesis. There's a difference between text:foo bar and text:(foo

Re: Issue with German search

2015-05-19 Thread shamik
Thanks Doug. I'm using eDismax Here's my Solr query : http://localhost:8983/solr/testhandlerdeu?debugQuery=true&q=title_deu:Software%20und%20Downloads Here's my request handler. explicit 0.01 velocity

Re: Issue with German search

2015-05-19 Thread Doug Turnbull
How are you searching shamik? What query parser are you using? Perhaps you could share a sample Solr URL? Cheers, -Doug On Tue, May 19, 2015 at 11:11 AM, shamik wrote: > Anyone ? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Issue-with-German-search-tp4206104p4

Re: Issue with German search

2015-05-19 Thread shamik
Anyone ? -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-German-search-tp4206104p4206306.html Sent from the Solr - User mailing list archive at Nabble.com.