[jira] Created: (SOLR-1535) Pre-analyzed field type

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (SOLR-1535) Pre-analyzed field type

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pre-analyzed field type
-----------------------

                 Key: SOLR-1535
                 URL: https://issues.apache.org/jira/browse/SOLR-1535
             Project: Solr
          Issue Type: New Feature
    Affects Versions: 1.5
            Reporter: Andrzej Bialecki
             Fix For: 1.5


PreAnalyzedFieldType provides a functionality to index (and optionally store) content that was already processed and split into tokens using some external processing chain. This implementation defines a serialization format for sending tokens with any currently supported Attributes (eg. type, posIncr, payload, ...). This data is de-serialized into a regular TokenStream that is returned in Field.tokenStreamValue() and thus added to the index as index terms, and optionally a stored part that is returned in Field.stringValue() and is then added as a stored value of the field.

This field type is useful for integrating Solr with existing text-processing pipelines, such as third-party NLP systems.

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


[jira] Updated: (SOLR-1535) Pre-analyzed field type

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

Andrzej Bialecki  updated SOLR-1535:
------------------------------------

    Attachment: preanalyzed.patch

> Pre-analyzed field type
> -----------------------
>
>                 Key: SOLR-1535
>                 URL: https://issues.apache.org/jira/browse/SOLR-1535
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 1.5
>            Reporter: Andrzej Bialecki
>             Fix For: 1.5
>
>         Attachments: preanalyzed.patch
>
>
> PreAnalyzedFieldType provides a functionality to index (and optionally store) content that was already processed and split into tokens using some external processing chain. This implementation defines a serialization format for sending tokens with any currently supported Attributes (eg. type, posIncr, payload, ...). This data is de-serialized into a regular TokenStream that is returned in Field.tokenStreamValue() and thus added to the index as index terms, and optionally a stored part that is returned in Field.stringValue() and is then added as a stored value of the field.
> This field type is useful for integrating Solr with existing text-processing pipelines, such as third-party NLP systems.

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