Re: Solr update document issue

2013-12-26 Thread mohammad
.4.0. my schema document : my java code to test this senario is as follow: //TestingSolrUpdateDoc.java //SolrConnection .java Best Thanks, Mohammad yaseen -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-update-document-issue-tp4108214p4108215.html Sent from the Solr -

Solr update document issue

2013-12-26 Thread mohammad
ws SolrServerException,IOException { solrServer.add(doc); solrServer.commit();} public void updateDocument(SolrInputDocument doc) throws SolrServerException, IOException { solrServer.add(doc); solrServer.commit();}}Best Thanks,Mohammad yaseen -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-update-document-issue-tp4108214.html Sent from the Solr - User mailing list archive at Nabble.com.