You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/redaction-ruleset-project/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ mlSchemasPath).
5
5
Note that in order for this to work, the content-database.json file must specify the schema
6
6
database that it's associated with. And in most cases, you'll want your own schemas database - not the default Schemas one - so schemas-database.json can be used to create own with a name based on mlAppName.
7
7
8
-
Within each folder containing one or more Redaction Rulesets, you must provide a **collecitons.properties** and **permissions.properties** file.
9
-
These files contain the definitions for the applicable collections to be applied to the rulesets as well as the document permissions.
8
+
Within each folder containing one or more Redaction Rulesets, you must provide a **collections.properties** and (optionally) a**permissions.properties** file.
9
+
These files contain the definitions for the applicable collections to be applied to the rulesets as well as the document permissions (if included).
10
10
11
11
***Note***: Rulesets must have a .json or .xml file extension.
12
12
13
-
See [Specifying collections and permissions](https://github.com/marklogic-community/ml-javaclient-util/wiki/Loading-files#specifying-collections-and-permissions) for information on how to appliy the collections and permission when the rulesets are loaded
13
+
See [Specifying collections and permissions](https://github.com/marklogic-community/ml-javaclient-util/wiki/Loading-files#specifying-collections-and-permissions) for information on how to apply the collections and permission when the rulesets are loaded
14
14
15
15
See [Redacting Document Content](http://docs.marklogic.com/guide/app-dev/redaction) for more information on redacting content
0 commit comments