Hello I just wanted to ask if queries to solr index are blocked while delta import? I read at the wiki page that queries to solr are not blocked while full imports, but the page doesnt mention anything about delta import. What happens then?
I am currently facing a problem, my query takes very long time to respond. Currently I am scheduling delta import every 1 min, as my DB size keeps on increasing every minute. But I doubt this is causing some performance issue. I doubt if the query is being made to the solr index while the CRON job is runing at the background for delta import. I am using DataImportHandlerDeltaQuery Via FullImport for this purpose. Is this causing a delay in responding to the query or is it smething else. Any help would be appreciated. Thanks, Kushal -- View this message in context: http://lucene.472066.n3.nabble.com/Queries-to-solr-being-blocked-tp3986181.html Sent from the Solr - User mailing list archive at Nabble.com.