Re: Making Solr Indexing Errors Visible

2018-09-30 Thread Jason Gerlowski
Hi Also worth mentioning that bin/post only handles certain file extensions, and AFAIR it doesn't mention specifically when it skips over a file because of the extension. You mentioned you're trying to index Word docs and pdf's. Are there any other formats in the directory that might be messing u

Re: Making Solr Indexing Errors Visible

2018-09-27 Thread Shawn Heisey
On 9/26/2018 2:39 PM, Terry Steichen wrote: Let me try to clarify a bit - I'm just using bin/post to index the files in a directory.  That indexing process produces a lengthy screen display of files that were indexed.  (I realize this isn't production-quality, but I'm not ready for production jus

Re: Making Solr Indexing Errors Visible

2018-09-26 Thread Shawn Heisey
On 9/26/2018 2:39 PM, Terry Steichen wrote: To the best of my knowledge, I'm not using SolrJ at all.  Just Solr-out-of-the-box.  In this case, if I understand you below, it "should indicate an error status" I think you'd know if you were using SolrJ directly.  You'd have written the indexing p

Re: Making Solr Indexing Errors Visible

2018-09-26 Thread Terry Steichen
Alex, Please look at my embedded responses to your questions. Terry On 09/26/2018 04:57 PM, Alexandre Rafalovitch wrote: > The challenge here is to figure out exactly what you are doing, > because the original description could have been 10 different things. > > So: > 1) You are using bin/post

Re: Making Solr Indexing Errors Visible

2018-09-26 Thread Alexandre Rafalovitch
The challenge here is to figure out exactly what you are doing, because the original description could have been 10 different things. So: 1) You are using bin/post command (we just found this out) 2) You are indexing a bunch of files (what format? all same or different?) 3) You are indexing them i

Re: Making Solr Indexing Errors Visible

2018-09-26 Thread Terry Steichen
Shawn, To the best of my knowledge, I'm not using SolrJ at all.  Just Solr-out-of-the-box.  In this case, if I understand you below, it "should indicate an error status"  But it doesn't. Let me try to clarify a bit - I'm just using bin/post to index the files in a directory.  That indexing proce

Re: Making Solr Indexing Errors Visible

2018-09-26 Thread Shawn Heisey
On 9/26/2018 1:23 PM, Terry Steichen wrote: I'm pretty sure this was covered earlier.  But I can't find references to it.  The question is how to make indexing errors clear and obvious. If there's an indexing error and you're NOT using the concurrent client in SolrJ, the response that Solr ret

Making Solr Indexing Errors Visible

2018-09-26 Thread Terry Steichen
I'm pretty sure this was covered earlier.  But I can't find references to it.  The question is how to make indexing errors clear and obvious.  (I find that there are maybe 10% more files in a directory than end up in the index.  I presume they were indexing errors, but I have no idea which ones or