Hi The answer is no. When you run the tool you are responsible to redirect its output to file yourself if you want to keep it. Also, the tool is mostly meant as a quick way to post docs during development and testing, not for production. A tool built for production would need things like robustness checks, retries, SolrCloud awareness, multi threaded feeding etc, neither of which is present in SimplePostTool.java (post.jar).
-- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 12. okt. 2015 kl. 06.05 skrev Zheng Lin Edwin Yeo <edwinye...@gmail.com>: > > Hi, > > I am using Solr 5.3.0, and I would like to find out, is the logs for the > indexing using post.jar stored anywhere in Solr? > > I would need to know which files has been successfully indexed and which > has not, so that I can re-run the indexing for those files which has not > been indexed successfully due to various reasons. > > Thank you. > > Regards, > Edwin