You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Shri Kanish <sh...@ymail.com> on 2012/06/20 07:53:53 UTC

Solr Autosuggest

Hi,
I have a question regarding solr Autosuggest. (If this is not the correct link to Post, Please suggest).
 
I have implemented solr Autosuggest with Suggester component. I have read in a blog saying, "Currently implemented Lookups keep their data in memory, so unlike spellchecker data, this data is discarded on core reload and not available until you invoke the build command, either explicitly or implicitly during a commit."
 
I have a Master-Slave setup. If i add new documents to Master and give commit, then suggest would be built( as i gave given buildOnCommit=true). But, when replication is done, the Slave would reload the core, At that point, will it affect Autosuggestion of the newly added docs.
 
Thanks,
Shri