No, not at all. Presence or not of term vectors won't impact replication in that way.
For SolrCloud, it is up to each node to create term vectors when it receives a document for indexing. Using 3.x style replication, the slave will pull all changed files making up changed segments on replication, and this will include term vector files. Upayavira On Tue, Jan 29, 2013, at 06:21 AM, Artyom wrote: > I guess, response time increased, because I use master-slave > configuration in > Solr 4.0 and Solr 4.1: if there are no termVectors, the full index is > replicated; if there are termVectors, only modified segments of the index > are transferred from the master to slaves. Am I right? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/why-search-time-increases-without-term-vectors-tp4035900p4036962.html > Sent from the Solr - User mailing list archive at Nabble.com.