You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2012/12/10 22:07:21 UTC

[jira] [Closed] (SOLR-4160) eDismax should not split search terms between letters and digits

     [ https://issues.apache.org/jira/browse/SOLR-4160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley closed SOLR-4160.
------------------------------

    Resolution: Not A Problem
    
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org