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/10 05:52:13 UTC

[jira] Created: (LUCY-107) BlobType

BlobType
--------

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


BlobType fields are for storing arbitrary binary data.

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


[jira] Updated: (LUCY-107) BlobType

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

Marvin Humphrey updated LUCY-107:
---------------------------------

    Attachment: blob_type.patch

In addition to providing a storage mechanism for arbitrary data, BlobType
fields may also be sortable.  (As with TextType fields, the full field value is
used for determining sort order.)

Default values for BlobType:

{noformat}
    stored:        1
    sortable:      0
{noformat}

> BlobType
> --------
>
>                 Key: LUCY-107
>                 URL: https://issues.apache.org/jira/browse/LUCY-107
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Plan
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>         Attachments: blob_type.patch
>
>
> BlobType fields are for storing arbitrary binary data.

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


[jira] Resolved: (LUCY-107) BlobType

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

Marvin Humphrey resolved LUCY-107.
----------------------------------

    Resolution: Fixed

Committed as r953507.

> BlobType
> --------
>
>                 Key: LUCY-107
>                 URL: https://issues.apache.org/jira/browse/LUCY-107
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Plan
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Minor
>         Attachments: blob_type.patch
>
>
> BlobType fields are for storing arbitrary binary data.

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