Re: How to Password Protect Apache Solr Server Admin Pages in Solr cloud mode

2020-04-25 Thread Amy Bai
Thanks so much for your kindly reply. Another question, I found that there is no login-screen in Solr 7.4. So, how can we support Admin UI protect in Solr 7.4 ? Regards, Amy On Fri, Apr 24, 2020 at 4:25 PM Jan Høydahl wrote: > Yes, please read the Reference Guide > > > https://lucene.apache.org

Re: using S3 as the Directory for Solr

2020-04-25 Thread Kevin Risden
Solr's use of the HdfsDirectory may work over S3 directly if you use the Hadoop AWS binding - s3a [1]. The idea is to replace hdfs:// with s3a://bucket/. Since S3 is eventually consistent, the Hadoop AWS s3a project has s3guard to help with consistent listing. If you are only doing queries (no inde

Re: stored=true what should I see from stem fields

2020-04-25 Thread matthew sporleder
the quick brown fox jumped over the sleeping dogI was just doing that to troubleshoot/discover. I knew that you couldn't copy-to-copy but, apparently, needed to be reminded. My end goal (which I don't think I can achieve?) was to get my everything field to contain something like: everything: [ 't

Re: stored=true what should I see from stem fields

2020-04-25 Thread Erick Erickson
One other bit: There’s rarely a reason to, and multiple reasons _not_ to set stored=true for the _destination_ of a copyField, set it for the source field. If you need to retrieve the original, just specify the source field in the fl list. Best, Erick > On Apr 24, 2020, at 8:42 PM, Chris Host