Can you post the code? SUSS should essentially be a drop-in replacement for CHSS.
It's not advisable to commit after every add, it's usually better to use commitWithin, and perhaps commit at the very end of the run. Best Erick On Thu, Feb 9, 2012 at 4:00 PM, T Vinod Gupta <tvi...@readypulse.com> wrote: > Hi, > I wrote a hello world program to add documents to solr server. When I > use CommonsHttpSolrServer, the program exits but when I > use StreamingUpdateSolrServer, the program never exits. And I couldn't find > a way to close it? Are there any best practices here? Do I have to do > anything differently at the time of documents adds/updates when > using StreamingUpdateSolrServer? I am following the add/commit cycle. Is > that ok? > > thanks