Skip to content

Commit 7be2496

Browse files
authored
Use modern property name, not deprecated name (#3686)
1 parent 7f454a6 commit 7be2496

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

solr/packaging/test/test_opennlp.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ teardown() {
6060
# Can't figure out magic policy stuff to allow loading ONNX, so disable security manager.
6161
export SOLR_SECURITY_MANAGER_ENABLED=false
6262

63-
solr start -m 4g -Dsolr.modules=analysis-extras -Denable.packages=true
63+
solr start -m 4g -Dsolr.modules=analysis-extras -Dsolr.packages.enabled=true
6464
solr assert --started http://localhost:${SOLR_PORT}/solr --timeout 5000
6565

6666
run solr create -c COLL_NAME

solr/solr-ref-guide/modules/getting-started/pages/tutorial-opennlp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To enable NLP processing in Solr, start Solr with the `analysis-extras` module a
3939
[,console]
4040
----
4141
$ export SOLR_SECURITY_MANAGER_ENABLED=false
42-
$ bin/solr start -m 4g -Dsolr.modules=analysis-extras -Denable.packages=true
42+
$ bin/solr start -m 4g -Dsolr.modules=analysis-extras -Dsolr.packages.enabled=true
4343
----
4444

4545
[NOTE]

0 commit comments

Comments
 (0)