Re: Problem about Solrj

2011-05-19 Thread deniz
sorry for the typos in the prev msg... a little bit drowsy still... so if you can make a little bit more clear about your problem, we can help you - Zeki ama calismiyor... Calissa yapar... -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-about-Solrj

Re: Problem about Solrj

2011-05-19 Thread deniz
in context: http://lucene.472066.n3.nabble.com/Problem-about-Solrj-tp2952009p2963901.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem about Solrj

2011-05-17 Thread Marc SCHNEIDER
Hi, What is the error exactly? Did you look at the logs? Regards, Marc. 2011/5/17 > Dear all, >   > I have a problem about using solrj. > From Solrj I learned that following code would delete all indexes from solr > and it really did. >   >    SolrServer server = getSolrServer(); >    UpdateRe

Problem about Solrj

2011-05-17 Thread elsea
Dear all,   I have a problem about using solrj. From Solrj I learned that following code would delete all indexes from solr and it really did.      SolrServer server = getSolrServer();    UpdateResponse ur = server.deleteByQuery("*:*");    server.commit();   But somehow when I put this code in a