Hi, We run a SaaS and have a Solr Cloud setup in our cloud. We are developing a client-side application. We want to have a local copy of the client's documents stored in Solr. Here, the client's documents are identified from a particular field in the document e.g. client_id.
I was searching for some solution by which I can replicate only those documents to the client-side Solr. For instance, it can be implemented in CouchDB by using filtered replication. Ideally, I would like to have one-way sync i.e. from the server to the client only. We may update the documents in the client-side Solr. How can I implement something like this in Solr? thanks Sachin