[
https://issues.apache.org/jira/browse/SOLR-5205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Markus Jelsma updated SOLR-5205:
--------------------------------
Attachment: SOLR-5205-trunk.patch
Patch for trunk. It uses ClientUtils.escapeQueryChars to properly escape the
ID. This fixes the issue with distributed MoreLikeThis for documents with
special Lucene characters.
> MoreLikeThis doesn't escape shard queries
> -----------------------------------------
>
> Key: SOLR-5205
> URL: https://issues.apache.org/jira/browse/SOLR-5205
> Project: Solr
> Issue Type: Bug
> Components: MoreLikeThis
> Affects Versions: 4.4
> Reporter: Markus Jelsma
> Fix For: 4.5, 5.0
>
> Attachments: SOLR-5205-trunk.patch
>
>
> MoreLikeThis does not support Lucene special characters as ID in distributed
> search. ID's containing special characters such as URL's need to be escaped
> in the first place. They are then unescaped and get sent to shards in an
> unescaped form, causing the org.apache.solr.search.SyntaxError exception.
--
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]