0

I am new to Solr. I am using the php library solarium to run a huge bundle of updates to a Solr instance. The problem is, that I am receiving a HttpException within my php-script:

Solr HTTP error: HTTP request failed, Operation timed out after 10000 milliseconds with 0 bytes received

I am parsing a CSV-file with about 300,000 datasets and firing them in small bundles. I tried 50-1000. But it always runs into a timeout.

How do I prevent timeouts?

YoungHobbit
  • 13,254
  • 9
  • 50
  • 73
Roman
  • 2,530
  • 2
  • 27
  • 50

1 Answers1

0

The solution for me was to use the BufferedAdd plugin. This prevents timeouts was created for such cases.

Roman
  • 2,530
  • 2
  • 27
  • 50