[ 
https://issues.apache.org/jira/browse/SOLR-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13528782#comment-13528782
 ] 

Leonhard Maylein commented on SOLR-4160:
----------------------------------------

Yes, you are right, it's the WordDelimiterFilter. Sorry.

We've never had this problem before because without
edismax both parts are combined with AND. Now, with edismax,
this is a OR combination :-(
                
> eDismax should not split search terms between letters and digits
> ----------------------------------------------------------------
>
>                 Key: SOLR-4160
>                 URL: https://issues.apache.org/jira/browse/SOLR-4160
>             Project: Solr
>          Issue Type: Bug
>          Components: query parsers
>    Affects Versions: 4.0
>            Reporter: Leonhard Maylein
>
> The eDismax handler parses the query
> is:038729080x into
> +((is:038729080 is:x)~2)
> The query parser should not separate camel
> case words or mixtures of letters and digits.
> This is the job of the analyzers.
> Otherwise there are special types of data
> (like isbn or issn numbers) which could not be
> searched via the eDismax query parser.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to