hello, We are using solr 3.1 for searching on our webpage right now. We want to use the nice features of solr 4: realtime search. Our current configuration looks like this:
Master Slave1 Slave2 Slave3 We have 3 slaves and 1 master and the data is replication every night. In the future we want to update every ~5 seconds. I was looking to SOLRCLOUD and got a few questions: - We aren't using shards because our index only contains 1 mil simple docs. We only need multiple server because the amount of traffic. In the examples of solrCloud i see only examples with shards. Is numshards=1 possible? One big index is faster than multiple shards? I need 1 collection with multiple nodes? - Should i run a single zookeeper instance(without solr) on a seperate server? - Is the DIH still there in solr 4? Any help is welcome! Thanks Roy -- View this message in context: http://lucene.472066.n3.nabble.com/From-Solr3-1-to-SolrCloud-tp4021536.html Sent from the Solr - User mailing list archive at Nabble.com.