You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2015/12/14 22:09:46 UTC

[jira] [Updated] (LUCENE-6638) Factor graph flattening out of SynonymFilter

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

Uwe Schindler updated LUCENE-6638:
----------------------------------
    Fix Version/s:     (was: 5.4)
                   5.5

> Factor graph flattening out of SynonymFilter
> --------------------------------------------
>
>                 Key: LUCENE-6638
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6638
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: 5.5, Trunk
>
>         Attachments: LUCENE-6638.patch, LUCENE-6638.patch
>
>
> Spinoff from LUCENE-6582.
> SynonymFilter is very hairy, and has known nearly-impossible-to-fix bugs: it produces the wrong graph, both accepting too many phrases and not enough phrases, because it never creates new positions.
> This makes improvements like LUCENE-6582, to fix some of its bugs, unnecessarily hard.
> I'd like to pull out the graph flattening into its own token filter, and I think I have a starting patch that works.  I started with the "sausagizer" stage on the branch from LUCENE-5012, but changed the approach so that it should not have so many adversarial cases.
> I think this should make SynonymFilter quite a bit simpler, hopefully to the point where we can just fix its bugs already.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org