Compound File Format Spec
-------------------------
Key: LUCY-4
URL: https://issues.apache.org/jira/browse/LUCY-4
Project: Lucy
Issue Type: Sub-task
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Minor
Lucene, KinoSearch, etc, use "compound files" for segment data to avoid running
up against file descriptor limits, e.g. on Mac OS X where the default max is
256. InStream objects created against the sub files all share a common file
descriptor and specify an offset and a length. Lucy
will have to do something similar.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.