Hi,

I am new to Solr so need your help in solving below issue.

I am using SolrJ to add and commit the files into Solr.

But Solr commit is taking a long time.

for example: for 14000 records it is taking 4 min.

below is the code snippet.


*static final HttpSolrServer server = new HttpSolrServer(urlString);*
*server.add(<List of documents>);*
*server.commit();*

Could you please help me in resolving the issue.\


Thanks,
Venkat.

Reply via email to