The first thing that comes to mind is to check whether you are committing after every insert. A number of things may happen when you commit, including merges, rebuilding the spelling dictionary (is this still true in 3.3? maybe not). It's better to commit after a batch of inserts.

-Mike

On 7/31/2011 11:49 AM, 于浩 wrote:
Thanks for reply ,the Solr server uses dataimporthandler, it can import 60
thousands records(about 4G index files) properly in  about 30 minutes. So I
think the memory is enough.
Do you know some performance factors about SolrPhpClient ?



2011/7/31 O. Klein<kl...@octoweb.nl>

I don't have much experience with Solr on windows, but have you given Solr
enough java heap size etc?

Im assuming you are running Solr stand alone. Maybe try and run it in
Tomcat?

--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-request-filter-and-indexing-process-tp3212907p3213650.html
Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to