Leonhard Maylein created SOLR-4160:
--------------------------------------
Summary: 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: [email protected]
For additional commands, e-mail: [email protected]