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

Mike Sokolov commented on SOLR-13233:
-------------------------------------

I wonder if SpellCheckCollator should just ignore all stacked tokens, both the 
original and the injected ones. If there is a synonym for something it was 
probably spelled correctly? And as far as WDGF goes it is not going to 
reassemble the original token I think? I mean for input like "five-figgered" 
what is the best we can hope for? I doubt it would ever come up with 
"five-fingered" even if we improved the mapping to original vs injected token.

> SpellCheckCollator ignores stacked tokens
> -----------------------------------------
>
>                 Key: SOLR-13233
>                 URL: https://issues.apache.org/jira/browse/SOLR-13233
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Alan Woodward
>            Priority: Major
>
> When building collations, SpellCheckCollator ignores any tokens with a 
> position increment of 0, assuming that they've been injected and may 
> therefore have incorrect offsets (injected terms generally keep the offsets 
> of the terms they're replacing, as they don't themselves appear anywhere in 
> the original source).  However, this assumption is not necessarily correct - 
> for example, WordDelimiterGraphFilter emits stacked tokens *before* the 
> original token, because it needs to iterate through all stacked tokens to 
> correctly set the original token's position length.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to