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 2010/06/12 04:20:13 UTC

[jira] Created: (LUCY-109) Schema

Schema
------

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


The Schema class is used to associate field names with FieldTypes.  Schemas
are serialized as JSON files within the index directory, with all field spec
information including serialized Analyzer and Similarity objects.  It is
possible to add new field specs to a Schema on the fly, but it is not possible
to change an existing field definition without rebuilding the index.

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


[jira] Updated: (LUCY-109) Schema

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

Marvin Humphrey updated LUCY-109:
---------------------------------

    Attachment: schema.patch

> Schema
> ------
>
>                 Key: LUCY-109
>                 URL: https://issues.apache.org/jira/browse/LUCY-109
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Plan
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: schema.patch
>
>
> The Schema class is used to associate field names with FieldTypes.  Schemas
> are serialized as JSON files within the index directory, with all field spec
> information including serialized Analyzer and Similarity objects.  It is
> possible to add new field specs to a Schema on the fly, but it is not possible
> to change an existing field definition without rebuilding the index.

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


[jira] Resolved: (LUCY-109) Schema

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

Marvin Humphrey resolved LUCY-109.
----------------------------------

    Resolution: Fixed

Committed as r954155.

> Schema
> ------
>
>                 Key: LUCY-109
>                 URL: https://issues.apache.org/jira/browse/LUCY-109
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Plan
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>         Attachments: schema.patch
>
>
> The Schema class is used to associate field names with FieldTypes.  Schemas
> are serialized as JSON files within the index directory, with all field spec
> information including serialized Analyzer and Similarity objects.  It is
> possible to add new field specs to a Schema on the fly, but it is not possible
> to change an existing field definition without rebuilding the index.

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