File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -908,10 +908,13 @@ type: boolean
908
908
default : true
909
909
directive : setting
910
910
description : |
911
- Enables or disables the JavaScript execution engine. When disabled,
912
- :query:`$where`, :dbcommand:`mapReduce`, :dbcommand:`group` and any
913
- other operation that requires a :program:`mongod` instance to
914
- execute JavaScript.
911
+ Enables or disables the :doc:`server-side JavaScript execution
912
+ </core/server-side-javascript>`. When disabled, you cannot use
913
+ operations that perform server-side execution of JavaScript code,
914
+ such as the :query:`$where` query operator, :dbcommand:`mapReduce`
915
+ command and the :method:`db.collection.mapReduce()` method,
916
+ :dbcommand:`group` command and the :method:`db.collection.group()`
917
+ method.
915
918
---
916
919
program : conf
917
920
name : operationProfiling.slowOpThresholdMs
You can’t perform that action at this time.
0 commit comments