Re: Solr limiting number of rows to indexed to 21500 every time.

2015-01-13 Thread Michael Della Bitta
Looks like you have an underlying JDBC problem. The socket representing your database connection seems to be going away. Have you tried running this query outside of Solr and iterating through all the results? How about in a standalone Java program? Do you have a DBA you can consult to see if

Solr limiting number of rows to indexed to 21500 every time.

2015-01-12 Thread Pankaj Sonawane
Hi, I am using Solr DataImportHandler to index data from database table(Oracle). One of the column contains String representation of XML (Sample below). *options* *option name=A1/option* *option name=B2/option* *option name=C3/option* *.* *.* *.* */options //option can be 100-200* I want