Closed (duplicate)
Project:
Apache Solr Search
Version:
5.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jun 2008 at 08:50 UTC
Updated:
29 Jun 2008 at 12:48 UTC
I am using Solr in an application that I am writing that will (in the first instance) hold about 50,000 records with the text of a pdf in the Solr index.
I found that during the import the index stalled at about 1,000 records. After tracing it down, it was because optimize was being called after every document. After about 1,000 records the indexing got so slow and only 1-2 documents were being added per cron run.
To fix the problem in the short term, I commented out line $solr->optimize(FALSE, FALSE);
Comments
Comment #1
robertdouglass commentedPlease confirm that the issue has been solved here: http://drupal.org/node/258882
Test using the 5.x-1.x-dev version.
Comment #2
robertdouglass commented