Replication in Master Slave Solr setup

2018-03-17 Thread vracks
Basic Questions about the Replication in Master Slave Solr Setup. 1) Can Master push the changes to Slaves using the replication handler 2) If the Answer to the above question is no, then what is use of having the option of replicateAfter in the replicationHandler, since only the Slave is going t

Solrj SolrServer not converting the Collection of Pojo Objects inside Parent Pojo

2018-02-22 Thread vracks
We are using Solrj version 4.10.4 as the java client to add documents into Solr version 1.4.1 Sample Pojo Object: @SolrDocument(solrCoreName="customer") public class Customer { private String customerId; private String customerName; private int age; private List addresses; //getters and setters