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

Markus Jelsma updated SOLR-5205:
--------------------------------

    Description: 
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.


  was: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.

    
> 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
>
>
> 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]

Reply via email to