If an update request sent to solr times out without a response is that request still fullfilled?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could query the server to find out if your document arrived. But if it does not answer, chances are, there has been some problem on the way to the server. If you can see the solr logs, you could find problems there. |
|||
|
|