On Sun, Feb 22, 2009 at 7:08 AM, Lance Norskog <[email protected]> wrote:
> The SpellCheckComponent > <https://issues.apache.org/jira/browse/SOLR-698>scans the term > database for likely words. This does not scale up to giant > indexes. It also does not allow creating separate spelling DBs for subsets > of the index. I want to create an alternate spell checker implementation > that does a query and builds the index from terms found. > > How would you put this together? You may only need to add a parameter for the query and override the init and build method in IndexBasedSpellChecker. -- Regards, Shalin Shekhar Mangar.
