You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "milesli (JIRA)" <ji...@apache.org> on 2013/01/24 07:41:12 UTC

[jira] [Updated] (SOLR-4344) Can not access FileItemContentStream in other package

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

milesli updated SOLR-4344:
--------------------------

    Attachment: SolrRequestParsers.patch
    
> 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
>         Attachments: SolrRequestParsers.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org