Re: Index protected zip

2018-05-29 Thread Cassandra Targett
Someone needs to update the Ref Guide. That can be a patch submitted on a JIRA issue, or a committer could forego a patch and make changes directly with commits. Otherwise, this wiki page is making a bad situation even worse. On Tue, May 29, 2018 at 12:06 PM Tim Allison wrote: > I’m happy to co

Re: Index protected zip

2018-05-29 Thread Tim Allison
I’m happy to contribute to this message in any way I can. Let me know how I can help. On Tue, May 29, 2018 at 2:31 PM Cassandra Targett wrote: > It's not as simple as a banner. Information was added to the wiki that does > not exist in the Ref Guide. > > Before you say "go look at the Ref Guide

Re: Index protected zip

2018-05-29 Thread Cassandra Targett
It's not as simple as a banner. Information was added to the wiki that does not exist in the Ref Guide. Before you say "go look at the Ref Guide" you need to make sure it says what you want it to say, and the creation of this page just 3 days ago indicates to me that the Ref Guide is missing somet

Re: Index protected zip

2018-05-29 Thread Erick Erickson
On further reflection ,+1 to marking the Wiki page superseded by the reference guide. I'd be fine with putting a banner at the top of all the Wiki pages saying "check the Solr reference guide first" ;) On Tue, May 29, 2018 at 10:59 AM, Cassandra Targett wrote: > Couldn't the same information on t

Re: Index protected zip

2018-05-29 Thread Cassandra Targett
Couldn't the same information on that page be put into the Solr Ref Guide? I mean, if that's what we recommend, it should be documented officially that it's what we recommend. I mean, is anyone surprised people keep stumbling over this? Shawn's wiki page doesn't point to the Ref Guide (instead po

Re: Index protected zip

2018-05-26 Thread Erick Erickson
Thanks! now I can just record the URL and then paste it in ;) Who knows, maybe people will see it first too! On Sat, May 26, 2018 at 9:48 AM, Tim Allison wrote: > W00t! Thank you, Shawn! > > The "don't use ERH in production" response comes up frequently enough >> that I have created a wiki page

Re: Index protected zip

2018-05-26 Thread Tim Allison
W00t! Thank you, Shawn! The "don't use ERH in production" response comes up frequently enough > that I have created a wiki page we can use for responses: > > https://wiki.apache.org/solr/RecommendCustomIndexingWithTika > > Tim, you are extremely well-qualified to expand and correct this page. > Er

Re: Index protected zip

2018-05-26 Thread Shawn Heisey
On 5/26/2018 4:52 AM, Tim Allison wrote: Please see Erick Erickson’s evergreen advice and linked blog post: https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201805.mbox/%3ccan4yxve_0gn0a1y7wjpr27inuddo6+jzwwfgvzkfs40gh3r...@mail.gmail.com%3e The "don't use ERH in production" response

Re: Index protected zip

2018-05-26 Thread Tim Allison
On third thought, I can’t think of how you’d easily inject a PasswordProvider into Solr’s integration. Please see Erick Erickson’s evergreen advice and linked blog post: https://mail-archives.apache.org/mod_mbox/lucene-solr-user/201805.mbox/%3ccan4yxve_0gn0a1y7wjpr27inuddo6+jzwwfgvzkfs40gh3r...@m

Re: Index protected zip

2018-05-26 Thread Tim Allison
You’ll need to provide a PasswordProvider in the ParseContext. I don’t think that is currently possible in the Solr integration. Please open a ticket if SolrJ doesn’t meet your needs. On Thu, May 24, 2018 at 1:03 PM Alexandre Rafalovitch wrote: > Hmm. If it works, then it is Tika magic. Which m

Re: Index protected zip

2018-05-24 Thread Alexandre Rafalovitch
Hmm. If it works, then it is Tika magic. Which may mean they may have a setting for passwords. Which would need to be configured and then exposed through Solr. So, I would check if you can extract text with Tika standalone first. Regards, Alex On Thu, May 24, 2018, 5:05 AM Dimitris Kardarako