Re: Indexing logs when using post,jar

2015-10-12 Thread Jan Høydahl
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

Re: Indexing logs when using post,jar

2015-10-12 Thread Zheng Lin Edwin Yeo
Hi Jan, Thank you for your reply. I've managed to direct the output to a log file. As for production, which tool will you recommend to be used for indexing? Regards, Edwin On 12 October 2015 at 15:36, Jan Høydahl wrote: > Hi > > The answer is no. When you run the tool

Indexing logs when using post,jar

2015-10-11 Thread Zheng Lin Edwin Yeo
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