[
https://issues.apache.org/jira/browse/CONNECTORS-623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685052#comment-13685052
]
Karl Wright edited comment on CONNECTORS-623 at 6/17/13 7:45 AM:
-----------------------------------------------------------------
Hi Abe-san,
I need to see what the wire logging looks like now, in order to decide where
the problem is. Can you include the wire logging for one whole multipart form?
The problem could be in several places:
(1) The terminal encoding does not match Solr's output log encoding. You can
set java's encoding with -Dfile.encoding=SJIS when you start Solr.
(2) The POST is actually incorrect; the characters do not match the stated
content-type in the multipart port.
(3) Solr's form decoding is incorrect; it ignores the content-type, or
misinterprets it, and always decodes in an unchanging way.
Thanks!
was (Author: [email protected]):
Hi Abe-san,
I need to see what the wire logging looks like now, in order to decide where
the problem is. Can you include the wire logging for one whole multipart form?
Thanks!
> 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.2, ManifoldCF 1.3
>
> 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