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? It would be easy to do a simple Lucene search, since this would be configured by the solr developer, but this seems too limiting. Is making a new SearchComponent the right technique? http://wiki.apache.org/solr/SpellCheckComponent http://wiki.apache.org/solr/SearchComponent -- Lance Norskog goks...@gmail.com 650-922-8831 (US)