[
https://issues.apache.org/jira/browse/LUCENE-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrzej Bialecki resolved LUCENE-2491.
---------------------------------------
Fix Version/s: 4.0
Resolution: Fixed
This was committed as a part of LUCENE-2373.
> Extend Codec with a SegmentInfos writer / reader
> ------------------------------------------------
>
> Key: LUCENE-2491
> URL: https://issues.apache.org/jira/browse/LUCENE-2491
> Project: Lucene - Java
> Issue Type: Improvement
> Components: Index
> Affects Versions: 4.0
> Reporter: Andrzej Bialecki
> Fix For: 4.0
>
>
> I'm trying to implement a Codec that works with append-only filesystems
> (HDFS). It's _almost_ done, except for the SegmentInfos.write(dir), which
> uses ChecksumIndexOutput, which in turn uses IndexOutput.seek() - and seek is
> not supported on append-only output. I propose to extend the Codec interface
> to encapsulate also the details of SegmentInfos writing / reading. Patch to
> follow after some feedback ;)
--
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: [email protected]
For additional commands, e-mail: [email protected]