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

John Wang updated LUCENE-2495:
------------------------------

    Attachment: lucene-iostream.tar

Added classes:
LuceneDirectoryInputStream and
LuceneDirectoryOutputStream

that decorate IndexInput and IndexOuput classes.

> Add In/Out/putStream wrapper around Lucene IndexIn/Out/put
> ----------------------------------------------------------
>
>                 Key: LUCENE-2495
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2495
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: Store
>            Reporter: John Wang
>         Attachments: lucene-iostream.tar
>
>
> Lucene Directory is an abstraction that builds IndexInput and IndexOutput 
> instances. Sometimes it is useful to add in custom files in the index 
> directory for custom searching.
> It is often useful in that case to have some sort of bridge between this and 
> code that understand the regular java In/Out/putStream class.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to