You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by "Marvin Humphrey (JIRA)" <ji...@apache.org> on 2009/11/20 07:05:39 UTC

[jira] Resolved: (LUCY-67) Folder -- an index directory.

     [ https://issues.apache.org/jira/browse/LUCY-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-67.
---------------------------------

    Resolution: Fixed

Committed as r882424.

> Folder -- an index directory.
> -----------------------------
>
>                 Key: LUCY-67
>                 URL: https://issues.apache.org/jira/browse/LUCY-67
>             Project: Lucy
>          Issue Type: Sub-task
>          Components: Core
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: Folder.bp, Folder.c, Folder.pm
>
>
> 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.