Re: Problems with edismax parser and solr3.6

2012-04-18 Thread Jan Høydahl
Hi, Thanks for reporting this. I've created a bug ticket for this at https://issues.apache.org/jira/browse/SOLR-3377 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 18. apr. 2012, at 17:00, Bernd Fehling wrote: > > I just look

Re: Problems with edismax parser and solr3.6

2012-04-18 Thread Erick Erickson
Happened to see that Jan confirms this as a bug, see: https://issues.apache.org/jira/browse/SOLR-3377 On Wed, Apr 18, 2012 at 11:00 AM, Bernd Fehling wrote: > > I just looked through my logs of solr 3.6 and saw several "0 hits" which were > not seen with solr 3.5. > > While tracing this down it

Problems with edismax parser and solr3.6

2012-04-18 Thread Bernd Fehling
I just looked through my logs of solr 3.6 and saw several "0 hits" which were not seen with solr 3.5. While tracing this down it turned out that edismax don't like queries of type "...&q=(text:ide)&..." any more. If parentheses around the query term the edismax fails with solr 3.6. Can anyone