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 "Yonik Seeley (JIRA)" <ji...@apache.org> on 2007/02/20 21:36:06 UTC

[jira] Commented: (SOLR-167) synonym filter mixes up terms from different synonyms

    [ https://issues.apache.org/jira/browse/SOLR-167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474545 ] 

Yonik Seeley commented on SOLR-167:
-----------------------------------

Still need to figure out incorrect offsets, but the "gigabytes" a synonym of "Best buy" part was a display error in analysis.jsp : SOLR-168


> synonym filter mixes up terms from different synonyms
> -----------------------------------------------------
>
>                 Key: SOLR-167
>                 URL: https://issues.apache.org/jira/browse/SOLR-167
>             Project: Solr
>          Issue Type: Bug
>          Components: update
>    Affects Versions: 1.1.0, 1.2
>            Reporter: Mike Klaas
>         Assigned To: Yonik Seeley
>             Fix For: 1.1.0, 1.2
>
>
> SynonymFilter can mix up options from different synonyms, sometimes inserting the wrong word, sometimes using the wrong offset.  Issue appears to be use of the matched arraylist in SynonymFilter
> To reproduce: add "best buy,bestbuy,bb" to the example's synonym list.  Then view verbose analysis of the query analyzer output for "Best buy - Acer Aspire AS5610-2273 - $599. Windows vista, 1 GB RAM"
> "gigabytes" becomes a synonym of "Best buy", and the offsets of the remainder of the "GB" synonyms are incorrect.
> Assigning to Yonik as this code is too hairy for me to fix without further study.

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