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

Karl Wright commented on CONNECTORS-623:
----------------------------------------

Hi Abe-san,

The place where this happens may be in Solr; it is not clear.

Please look at ModifiedHttpSolrServer.java, starting at line 156.  The content 
name field gets added to the form, I believe, at line 186.  The 
org.apache.http.entity.mime.FormBodyPart class is what would be responsible for 
any encoding.

Can you do the following:
(1) Include the INFO output from Solr for the post?
(2) Turn on wire debugging (in logging.ini, see 
http://hc.apache.org/httpcomponents-client-ga/logging.html), and include the 
actual post where you see garbled characters?  Then I can figure out where the 
problem is occurring.

Thanks,
Karl
 
                
> stream_size and stream_name can't be sent
> -----------------------------------------
>
>                 Key: CONNECTORS-623
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-623
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Lucene/SOLR connector
>    Affects Versions: ManifoldCF 1.1
>            Reporter: Shinichiro Abe
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 1.1, ManifoldCF 1.2
>
>         Attachments: CONNECTORS-623.patch
>
>
> These metadata can be sent to Solr in MCF 1.0.1 but can not be sent in MCF 
> 1.1.
> I think it is because of SolrJ.

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

Reply via email to