Question

presently i am working on a search application using solrcloud. I have tested many features of solrcloud which i was looking for.I want to know that if i insert/update/delete in to cloud using solrj client (Any flavor Http,embedded,cloud ...) or using lucene API directly to write to index directory of any server in the solrcloud, will solrcloud distribute this change to across the all nodes in the cloud ?

Will solrcloud be able to detect these changes made into its index?(cause i am not using RESt API)

can anyone explain, will be a lot helpful

Thanks

Was it helpful?

Solution

When an update come to a node in the cluster (it doesn't matter it comes from REST API or Solrj) it will automatically replicated to other nodes.

You can find good info about SolrCloud in this document.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top