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/12/10 01:05:18 UTC

[jira] Created: (LUCY-87) Lucy::Index::Segment - warehouse for segment metadata

Lucy::Index::Segment - warehouse for segment metadata
-----------------------------------------------------

                 Key: LUCY-87
                 URL: https://issues.apache.org/jira/browse/LUCY-87
             Project: Lucy
          Issue Type: New Feature
          Components: Core - Index
            Reporter: Marvin Humphrey
            Assignee: Marvin Humphrey
            Priority: Blocker


Each Segment object keeps track of information about a single index segment:
its fields, document count, and so on.  The Segment object itself writes one
file, "segmeta.json"; besides storing info needed by Segment itself, the
"segmeta" file serves as a central repository for metadata generated by other
index components -- relieving them of the burden of storing metadata
themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCY-87) Lucy::Index::Segment - warehouse for segment metadata

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-87:
--------------------------------

    Attachment: segment_support.diff
                Segment.c
                Segment.bp

Lucy dev mailing list discussion of Segment:

http://mail-archives.apache.org/mod_mbox/lucene-lucy-dev/200903.mbox/%3C20090323022454.GC2330@rectangular.com%3E

> Lucy::Index::Segment - warehouse for segment metadata
> -----------------------------------------------------
>
>                 Key: LUCY-87
>                 URL: https://issues.apache.org/jira/browse/LUCY-87
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Index
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: Segment.bp, Segment.c, segment_support.diff, TestSegment.bp, TestSegment.c
>
>
> Each Segment object keeps track of information about a single index segment:
> its fields, document count, and so on.  The Segment object itself writes one
> file, "segmeta.json"; besides storing info needed by Segment itself, the
> "segmeta" file serves as a central repository for metadata generated by other
> index components -- relieving them of the burden of storing metadata
> themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (LUCY-87) Lucy::Index::Segment - warehouse for segment metadata

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey resolved LUCY-87.
---------------------------------

    Resolution: Fixed

Committed as r889504.

> Lucy::Index::Segment - warehouse for segment metadata
> -----------------------------------------------------
>
>                 Key: LUCY-87
>                 URL: https://issues.apache.org/jira/browse/LUCY-87
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Index
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: Segment.bp, Segment.c, segment_support.diff, TestSegment.bp, TestSegment.c
>
>
> Each Segment object keeps track of information about a single index segment:
> its fields, document count, and so on.  The Segment object itself writes one
> file, "segmeta.json"; besides storing info needed by Segment itself, the
> "segmeta" file serves as a central repository for metadata generated by other
> index components -- relieving them of the burden of storing metadata
> themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (LUCY-87) Lucy::Index::Segment - warehouse for segment metadata

Posted by "Marvin Humphrey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/LUCY-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marvin Humphrey updated LUCY-87:
--------------------------------

    Attachment: TestSegment.c
                TestSegment.bp

> Lucy::Index::Segment - warehouse for segment metadata
> -----------------------------------------------------
>
>                 Key: LUCY-87
>                 URL: https://issues.apache.org/jira/browse/LUCY-87
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Index
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: Segment.bp, Segment.c, segment_support.diff, TestSegment.bp, TestSegment.c
>
>
> Each Segment object keeps track of information about a single index segment:
> its fields, document count, and so on.  The Segment object itself writes one
> file, "segmeta.json"; besides storing info needed by Segment itself, the
> "segmeta" file serves as a central repository for metadata generated by other
> index components -- relieving them of the burden of storing metadata
> themselves.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.