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 "soni.s" <so...@gmail.com> on 2012/08/06 13:42:11 UTC

read write solr shard setup

Hi, i am trying to use a read/write solr setup. what i mean is that i would
have a common location for lucene indexes and configure one instance of solr
for reads and another instance to only write new indexes. Both the instances
pointing to the same index location. The approach is given here 
http://wiki.apache.org/solr/NearRealtimeSearchTuning.
http://wiki.apache.org/solr/NearRealtimeSearchTuning. . 
My question is: is there a way that i can read the documents from the
read-only instance without calling the empty 'commit()'?  I mean is there
some configuration i can change in solrconfig.xml or something?

I have the following configuration in solrconfig.xml
<autoCommit> 
   <maxDocs>1</maxDocs>
   <maxTime>10</maxTime> 
</autoCommit>

But this doesnt seem to help the RO node to be able to read the
just-commited documents.





--
View this message in context: http://lucene.472066.n3.nabble.com/read-write-solr-shard-setup-tp3999357.html
Sent from the Solr - User mailing list archive at Nabble.com.