SpellCheck in the same index
----------------------------

                 Key: SOLR-1480
                 URL: https://issues.apache.org/jira/browse/SOLR-1480
             Project: Solr
          Issue Type: New Feature
          Components: spellchecker
            Reporter: Shalin Shekhar Mangar
             Fix For: 1.5


There is really no reason why spell check has to be done through a separate 
index. In most cases the spell check index is built from a Solr field. With a 
few configured dynamic fields, an UpdateRequestProcessor and a SearchComponent, 
spell checking can be done from the main Solr index.

This eliminates the spellcheck build phases and spellcheck can get to use the 
Java replication for free.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to