[ 
https://issues.apache.org/jira/browse/LUCENE-3668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506554#comment-13506554
 ] 

Robert Muir commented on LUCENE-3668:
-------------------------------------

That writeup is a little off.

{quote}
Finally, and most seriously, the SynonymFilterFactory will simply not match 
multi-word synonyms in user queries if you do any kind of tokenization. This is 
because the tokenizer breaks up the input before the SynonymFilterFactory can 
transform it.
{quote}

Thats not correct. The bug is in QueryParser: LUCENE-2605.

                
> offsets issues with multiword synonyms
> --------------------------------------
>
>                 Key: LUCENE-3668
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3668
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/analysis
>            Reporter: Robert Muir
>            Assignee: Michael McCandless
>             Fix For: 3.6, 4.0-ALPHA
>
>         Attachments: LUCENE-3668.patch, LUCENE-3668_test.patch
>
>
> as reported on the list, there are some strange offsets with FSTSynonyms, in 
> the case of multiword synonyms.
> as a workaround it was suggested to use the older synonym impl, but it has 
> bugs too (just in a different way).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to