Hi all

I'm a relatively new solr user, and recently I discovered the interesting
solr cloud feature. I have some basic questions:
(please excuse me if I get the terminologies wrong)

- from my understanding, this is still a work in progress. How mature is it?
Is there any estimate on the official release?

- has the solr_cluster.properties configuration been implemented? it's
mentioned in http://wiki.apache.org/solr/NewSolrCloudDesign. I was trying to
play with it a bit but I couldn't find the file.

- I tried to to setup a two node, 1 shard cluster, e.g. active active solr
with fault tolerance. (this isn't possible with the old replication feature
right?) I have both instances of solr configured to use <core
name="collection1" instanceDir="." shard="shard1"/>, and I started each
instance with its own instance of zookeeper to form an ensemble. From the
zookeeper admin page, I can see both nodes under shard1. I can submit
documents fine. However, when I do a search, it appears that only one node
has the submitted documents. (e.g. if I keep refreshing, I get different
results depending on which node gets assigned the work). My search url is
http://localhost:8983/solr/collection1/select?distrib=true&q=*.*. Did I miss
something?

thanks

Reply via email to