Xavier Morera
Xavier Morera
Can you open Fiddler or another traffic analyzer and get the exact call that was made? That can help understand the issue better and I can help you find a...
Early EOF has happened to me a few times when the request is really long and since the call is using GET and not POST then the request is being...
Ok. I did not know it worked after a few times. Mine was a different scenario but I wanted to mention it. Coming back to your problem as I got...
Yes, there are limits but it should be more than 4. I believe the default is 20 max connections per host. Can you try increasing timeout?
Field value is defined as string. But please test, it should take no more than a couple of minutes to do so.
Some of the latest versions of Solr use managed schema by default, so yes that can be possible. In older versions you need to explicitly define fields or enablem managed...
Regarding documentation, please contribute as much as possible. For the other question, perhaps @gjunge may have an answer.
Hello @WSt89 let me check with Gidon @gjunge what are your thoughts?
Hello @NETESudarshan, have you checked this? SolrNet/SolrNet/Commands/Parameters/ClusteringParameters.cs
Can you please add and submit a pull request for review?