Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
4.0
-
None
Description
SolrJ accepts a ContentStream, which has a name field. Within HttpSolrServer.java, if SolrJ makes the decision to use multipart posts, this filename is transmitted as part of the form boundary information. However, if SolrJ chooses not to use multipart post, the filename information is lost.
This information is used by SolrCell (Tika) to make decisions about content extraction, so it is very important that it makes it into Solr in one way or another. Either SolrJ should set appropriate equivalent headers to send the filename automatically, or it should force multipart posts when this information is present.
Attachments
Attachments
Issue Links
- is related to
-
CONNECTORS-630 Metadata names with illegal URL characters blow up the ManifoldCF solr connector
- Resolved
- relates to
-
CONNECTORS-674 Send metadata to Solr using multipart request
- Reopened