milesli created SOLR-4344: ----------------------------- Summary: Can not access FileItemContentStream in other package Key: SOLR-4344 URL: https://issues.apache.org/jira/browse/SOLR-4344 Project: Solr Issue Type: Bug Affects Versions: 4.1 Reporter: milesli
Solr parse parameters and streams from the request in SolrRequestParsers, wrap a FileItem as a ContentStream with FileItemContentStream and fill streams, but FileItemContentStream is a friendly class and use package level protection. so we can not access FileItemContentStream and get file stream in other package , to be specific, get file stream in CollectionsHandler , and so on. -- 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org