Thanks Shawn. I tried increasing following timeouts in php:
max_execution_time
max_input_time
default_socket_timeout
But still I get 'Communication error'. Please let me know if I have to
change any other timeout in php.
--
View this message in context:
http://lucene.472066.n3.nabble.com/SOL
I forgot to mention.When I add documents to SOLR, I add it in batches of 50.
Because my table has a lot of records, I have to do in batches due to memory
constraints. The 'Communication error' occurs only for some batches. For
other batches, documents get added properly. And also, I am including t
0 down vote favorite
I am using SOLR for indexing documents.I create index from a mysql database.
I create index from PHP which runs on wamp server. I am using SOLR PHP
client to create index. When I create index from the server on which SOLR is
deployed, everything works fine. But when