You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2008/08/05 19:54:44 UTC

[jira] Assigned: (SOLR-532) WordDelimiterFilter ignores payloads

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

Grant Ingersoll reassigned SOLR-532:
------------------------------------

    Assignee: Grant Ingersoll

> WordDelimiterFilter ignores payloads
> ------------------------------------
>
>                 Key: SOLR-532
>                 URL: https://issues.apache.org/jira/browse/SOLR-532
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Tricia Williams
>            Assignee: Grant Ingersoll
>            Priority: Minor
>         Attachments: SOLR-532-WordDelimiterFilter.patch
>
>
> When a WordDelimiterFilter ingests a token stream and creates a new token (newTok) it appears to copy most of the old token attributes, except the payload.  I believe this is a bug.  My solution is for the WordDelimiterFilter to use the Token clone() method to create a carbon copy and then modify the appropriate attributes (offsets and term text). 

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