Indexing is not happening after 'x' documents.

I am using Bitnami and had  upgraded Mysql server from Mysql 5.1.* to Mysql
5.5.* version. After up gradation when I ran indexing on solr,  it not get
indexed. 

I am using a procedure in which i am finding the parent of a child and
inserting it in a table which uses MyISAM as memory. Individually when i ran
the procedure in Mysql 5.1.* and Mysql 5.5.* it works fine both the cases.

I am calling a procedure in solr after that I am executing some sql
statements from the table I have created in the above procedure. When I ran
both procedure  in query together the data is not getting indexed but if I
ran procedure separately in solr with out executing the queries it works
fine, and if i comment the procedure and ran the queries it also works fine
but when I ran both together, the data didn't get index.
Can anyone recommend some solution to this?  



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Solr-is-not-Indexing-after-Mysql-Upgradation-tp4009790.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to