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

Reply via email to