Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-07 Thread Alexandre Rafalovitch
@lucene.apache.org Subject: Re: Solr 4.0alpha: edismax complaints on certain characters I am on 4.0 alpha. Maybe it was fixed in beta. But I am most definitely seeing this in edismax. If I get rid of / and use debugQuery, I get: 'responseHeader'={ 'status'=0, 'QTime'=14, 'params

Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Alexandre Rafalovitch
Hello, I was under the impression that edismax was supposed to be crash proof and just ignore bad syntax. But I am either misconfiguring it or hit a weird bug. I basically searched for text containing '/' and got this: { 'responseHeader'={ 'status'=400, 'QTime'=9, 'params'={

RE: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Yoni Amir
Message- From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] Sent: Thursday, September 06, 2012 4:35 PM To: solr-user@lucene.apache.org Subject: Solr 4.0alpha: edismax complaints on certain characters Hello, I was under the impression that edismax was supposed to be crash proof and just

Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Yonik Seeley
I believe this is caused by the regex support in https://issues.apache.org/jira/browse/LUCENE-2039 It certainly seems wrong to interpret a slash in the middle of the word as the start of a regex, so I've reopened the issue. -Yonik http://lucidworks.com On Thu, Sep 6, 2012 at 9:34 AM, Alexandre

Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Jack Krupansky
). -- Jack Krupansky -Original Message- From: Yonik Seeley Sent: Thursday, September 06, 2012 9:53 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.0alpha: edismax complaints on certain characters I believe this is caused by the regex support in https://issues.apache.org/jira/browse

Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Alexandre Rafalovitch
To: solr-user@lucene.apache.org Subject: Re: Solr 4.0alpha: edismax complaints on certain characters I believe this is caused by the regex support in https://issues.apache.org/jira/browse/LUCENE-2039 It certainly seems wrong to interpret a slash in the middle of the word as the start of a regex

Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Jack Krupansky
Subject: Re: Solr 4.0alpha: edismax complaints on certain characters I believe this is caused by the regex support in https://issues.apache.org/jira/browse/LUCENE-2039 It certainly seems wrong to interpret a slash in the middle of the word as the start of a regex, so I've reopened the issue

Re: Solr 4.0alpha: edismax complaints on certain characters

2012-09-06 Thread Jack Krupansky
that it affects 4.0-ALPHA.) -- Jack Krupansky -Original Message- From: Alexandre Rafalovitch Sent: Thursday, September 06, 2012 10:13 AM To: solr-user@lucene.apache.org Subject: Re: Solr 4.0alpha: edismax complaints on certain characters I am on 4.0 alpha. Maybe it was fixed in beta