Re: UUIDUpdateProcessorFactory can cause duplicate documents?

2018-06-09 Thread S G
We do not want to generate the "id" ourselves and hence were looking for something that would generate the "id" automatically. UUIDUpdateProcessorFactory documentation says nothing about the automatic "id" generation process identifying if the document received is same as an existing document or n

Spring Boot missing required field:

2018-06-09 Thread Rushikesh Garadade
Hi, I am using solr 7.3 with java spring boot. I schema of my collection I have set schema as I have done all other necessary settings required for projects to run. When I run a application and trying to insert document via CODE. I am getting error "*missing required field : mailReceiveDate *". A

Re: Spring Boot missing required field:

2018-06-09 Thread Andrea Gazzarini
Hi Rushikesh, I bet your client is not doing what you think. The error is clear, the incoming document doesn't have that field. I would investigate more on the client side. Without entering in interesting fields like unit testing, I guess the old and good System.out.println, just before sending th

Re: UUIDUpdateProcessorFactory can cause duplicate documents?

2018-06-09 Thread Shawn Heisey
On 6/9/2018 1:15 AM, S G wrote: That means if I send {"color":"red", "size":"L"} once, UUIDUpdateProcessorFactory will generate an "id" X and if I send the same document {"color":"red", "size":"L"} again, UUIDUpdateProcessorFactory will not know that its the same document and will generate an "i

Re: Collections unable to load after setting up SSL

2018-06-09 Thread Zheng Lin Edwin Yeo
Hi Chris, I have deployed these files on the {SolrHome}\server\etc folder. Currently this is the setting of the path in edm.in.cmd. set SOLR_SSL_KEY_STORE=etc/solr-ssl.keystore.jks set SOLR_SSL_TRUST_STORE=etc/solr-ssl.keystore.jks For your meaning of absolute paths actually start with a slash,

Re: Setting preferred replica for query/read

2018-06-09 Thread Zheng Lin Edwin Yeo
Hi Shawn, Just to confirm my understanding, if I have 2 replicas, I should set both of them to either NRT replicas or TLOG replicas, and not one of each. Then I set one of them to be PULL replica, which will be used for searching? Regards, Edwin On 8 June 2018 at 12:54, Shawn Heisey wrote: > O

Re: Setting preferred replica for query/read

2018-06-09 Thread Shawn Heisey
On 6/9/2018 8:14 AM, Zheng Lin Edwin Yeo wrote: Just to confirm my understanding, if I have 2 replicas, I should set both of them to either NRT replicas or TLOG replicas, and not one of each. Then I set one of them to be PULL replica, which will be used for searching? There are multiple possibl