Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在哪里以及如何在 Solr 7.7.3 中更改此设置?:
set -Dsolr.allow.unsafe.resourceloading=true to allow unsafe loading
您可以选择添加solr.allow.unsafe.resourceloading=true到solr.in.sh文件,
solr.allow.unsafe.resourceloading=true
solr.in.sh
这个文件可以在路径下找到"...\solr-VERSION\bin"
"...\solr-VERSION\bin"
以下是如何在提到的文件中添加条目。
SOLR_RESOURCE_LOAD="-Dsolr.allow.unsafe.resourceloading=true" SOLR_OPTS="$SOLR_OPTS $SOLR_RESOURCE_LOAD"