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:39:13 UTC

[jira] Updated: (LUCY-106) TextType

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

Marvin Humphrey updated LUCY-106:
---------------------------------

    Attachment: text_type.patch

TextType's constructor accepts an optional Analyzer.  If it is present (i.e.
non-NULL), fields associated with the TextType will be analyzed -- otherwise,
the verbatim field value will be used for indexing.

TextTypes may also have the property "highlightable", which in Lucene parlance
means "term vectors stored with offsets".

Default values for TextType:

{noformat}
    indexed:       1
    stored:        1
    sortable:      0
    highlightable: 0
    boost:         1.0
    analyzer:      NULL
    similarity:    LuceneSimilarity if indexed, NULL otherwise.
{noformat}

> TextType
> --------
>
>                 Key: LUCY-106
>                 URL: https://issues.apache.org/jira/browse/LUCY-106
>             Project: Lucy
>          Issue Type: New Feature
>          Components: Core - Plan
>            Reporter: Marvin Humphrey
>            Assignee: Marvin Humphrey
>            Priority: Blocker
>         Attachments: text_type.patch
>
>
> TextType, for Unicode text fields, will be Lucy's most commonly used field type.  

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