We can post the documents from command line by running the post.jar file and giving the list of files *.xml to the solr to index the document.Here we are posting the document xml documents which has some unique format i would like to know what are the advantages that i get from this format? <add><doc> <field name="id">hi</field> <field name="name">hello</field> </doc></add> for this approach i need to transform my original xml file. what if i post the original xml as file using SOLRJ code? I would like to know the difference b/w SimplepostTool code and posting the file using SOLRJ?
-- View this message in context: http://lucene.472066.n3.nabble.com/Difference-b-w-SimplepostTool-code-and-posting-the-file-using-SOLRJ-tp3382297p3382297.html Sent from the Solr - User mailing list archive at Nabble.com.