Folder -- an index directory.
-----------------------------
Key: LUCY-67
URL: https://issues.apache.org/jira/browse/LUCY-67
Project: Lucy
Issue Type: New Feature
Components: Core
Reporter: Marvin Humphrey
Assignee: Marvin Humphrey
Priority: Blocker
Folder is an abstract class representing an index directory. Unlike Lucene's
Directory class, Folder can contain subdirectories, which are implemented
using additional, nested Folder instances and recursion.
The subdirectory support requirement increases Folder's size and complexity,
but of course it is mandatory if segments are to be implemented as individual
directories.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.