Dear all, Just wanted to check if somebody has any thoughts on this.
A potential implementation that I am going to try is using DIH and SolrEntityProcessor. The only problem is that it does not support delta-import. So, I have to implement a custom solution for incremental imports. I have started thinking about it. If anybody has any suggestions please let me know. thanks Sachin On Thu, Apr 9, 2020 at 8:13 PM Sachin Divekar <ssd...@gmail.com> wrote: > 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 >