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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|