[
https://issues.apache.org/jira/browse/LUCY-76?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey updated LUCY-76:
--------------------------------
Attachment: cf_reader_support.diff
CompoundFileReader.c
CompoundFileReader.bp
As with Lucene's CompoundFileReader, this version is implemented as a Folder
subclass using the "decorator" pattern. However, the application of the
decorator pattern is slightly different: in Lucene, it is the top-level
Directory object which gets wrapped, while in the Lucy version, it is the
Folder for the individual subdirectory which gets wrapped.
> CompoundFileReader
> ------------------
>
> Key: LUCY-76
> URL: https://issues.apache.org/jira/browse/LUCY-76
> Project: Lucy
> Issue Type: Sub-task
> Components: Core
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Attachments: 113-cf_reader.t, cf_reader_support.diff,
> CompoundFileReader.bp, CompoundFileReader.c, TestCompoundFileReader.bp,
> TestCompoundFileReader.c
>
>
> CompoundFileReader is a Folder subclass which reads the
> consolidated files written by CompoundFileWriter.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.