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 "Shalin Shekhar Mangar (JIRA)" <ji...@apache.org> on 2009/09/22 15:04:15 UTC

[jira] Resolved: (SOLR-1445) Leading term in a multi-word synonym replaced with the token that follows it

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

Shalin Shekhar Mangar resolved SOLR-1445.
-----------------------------------------

    Resolution: Fixed
      Assignee: Shalin Shekhar Mangar

Committed revision 817643.

Added the test case.

Thanks Gregg and Robert!

> Leading term in a multi-word synonym replaced with the token that follows it
> ----------------------------------------------------------------------------
>
>                 Key: SOLR-1445
>                 URL: https://issues.apache.org/jira/browse/SOLR-1445
>             Project: Solr
>          Issue Type: Bug
>          Components: Analysis
>    Affects Versions: 1.4
>         Environment: Solr 1.4 nightly (09/14/2009)
>            Reporter: Gregg Donovan
>            Assignee: Shalin Shekhar Mangar
>             Fix For: 1.4
>
>         Attachments: TestMultiWordSynonmys.java
>
>
> I'm running into an odd issue with multi-word synonyms. Things generally seem to work as expected, but I sometimes see words that are the leading term in a multi-word synonym being replaced with the token that follows them in the stream when they should just be ignored (i.e. there's no synonym match for just that token). When I preview the analysis at admin/analysis.jsp it looks fine, but at runtime I see problems like the one in the attached unit test.

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