This first example is intentionally simple but should work on any system, providing a basic understanding of how the system works.
{
"version": 1,
"name": "Test01",
"properties": [
{
"name": "cm:name",
"isIndex": true
},
{
"name": "cm:author",
"isIndex": true
}
],
"aspects": [
{
"name": "cm:titled",
"isIndex": true
}
],
"compositeIndexes": {
"index_1": ["cm:name", "cm:author"],
"index_2": ["cm:name", "cm:titled"]
}
}
ACS node properties:
Table entry:
| node_id | owner_id | alf_type | cm_name | cm_author | cm_titled |
|---|---|---|---|---|---|
| 887 | 3 | 24 | demo1.txt | Joe Bloggs | true |