[ https://issues.apache.org/jira/browse/SOLR-785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shalin Shekhar Mangar updated SOLR-785: --------------------------------------- Attachment: SOLR-785.patch # Break ties exactly as Lucene SpellChecker # Merge frequency info of original tokens as well as suggestions # Create SpellingResult objects after merging data from shards and pass to #toNamedList to write response This is a half baked patch and not fit to be committed. Problems include (but not limited to!) : # The test case fails for extendedResults=false (something to do how original frequency is added to SpellingResult) as it returns correctlySpelled=false when it shouldn't. # Spellcheck Index corruption in stress tests - race conditions in SpellCheckComponent I guess # Not optimized at all - quick hack I'm putting this out because I'll not be able to look at this for the next two days. If someone wants to take this out for a spin, please do. > Distributed SpellCheckComponent > ------------------------------- > > Key: SOLR-785 > URL: https://issues.apache.org/jira/browse/SOLR-785 > Project: Solr > Issue Type: Improvement > Components: spellchecker > Reporter: Shalin Shekhar Mangar > Assignee: Shalin Shekhar Mangar > Fix For: 1.5 > > Attachments: SOLR-785.patch, spelling-shard.patch > > > Enhance the SpellCheckComponent to run in a distributed (sharded) environment. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.