mirror of https://github.com/apache/lucene.git
SOLR-13984: docs, changes.txt
This commit is contained in:
parent
126d6b7767
commit
efd13f2884
|
@ -172,6 +172,9 @@ Improvements
|
||||||
|
|
||||||
* SOLR-14131: Add maxQueryLength option to DirectSolrSpellchecker. (Andy Webb via Bruno Roustant)
|
* SOLR-14131: Add maxQueryLength option to DirectSolrSpellchecker. (Andy Webb via Bruno Roustant)
|
||||||
|
|
||||||
|
* SOLR-13984: Java's SecurityManager sandbox can be enabled via environment variable,
|
||||||
|
SOLR_SECURITY_MANAGER_ENABLED=true. (rmuir)
|
||||||
|
|
||||||
Optimizations
|
Optimizations
|
||||||
---------------------
|
---------------------
|
||||||
(No changes)
|
(No changes)
|
||||||
|
|
|
@ -62,3 +62,7 @@ Audit logging will record an audit trail of incoming reqests to your cluster, su
|
||||||
|
|
||||||
ZooKeeper is a central and important part of a SolrCloud cluster and understanding how to secure
|
ZooKeeper is a central and important part of a SolrCloud cluster and understanding how to secure
|
||||||
its content is covered in the <<zookeeper-access-control.adoc#zookeeper-access-control,ZooKeeper Access Control>> page.
|
its content is covered in the <<zookeeper-access-control.adoc#zookeeper-access-control,ZooKeeper Access Control>> page.
|
||||||
|
|
||||||
|
== Enable Security Manager
|
||||||
|
|
||||||
|
Solr can run in a Java Security Manager sandbox by setting `SOLR_SECURITY_MANAGER_ENABLED=true` via environment variable or in `solr.in.sh`/`solr.in.cmd`. This feature is incompatible with Hadoop.
|
||||||
|
|
Loading…
Reference in New Issue