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
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
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
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