Difference between revisions of "Knowledge:Access manager"
From OpenKM Documentation
(Created page with 'By default OpenKM 6 is configured this way: security.access.manager=simple security.search.evaluation=lucene Which provides great performance by only evaluating a single no…') |
m |
||
Line 1: | Line 1: | ||
By default OpenKM 6 is configured this way: | By default OpenKM 6 is configured this way: | ||
− | security.access.manager=simple | + | security.access.manager = simple |
− | security.search.evaluation=lucene | + | security.search.evaluation = lucene |
Which provides great performance by only evaluating a single node. But if you want to evaluate every parent you can change this behavior with these settings: | Which provides great performance by only evaluating a single node. But if you want to evaluate every parent you can change this behavior with these settings: | ||
− | security.access.manager=recursive | + | security.access.manager = recursive |
− | security.search.evaluation=[ am_more | am_window | am_limited ] | + | security.search.evaluation = [ am_more | am_window | am_limited ] |
This will reduce OpenKM performance (at least in search) but will match customer requirements. | This will reduce OpenKM performance (at least in search) but will match customer requirements. |
Revision as of 19:30, 3 October 2012
By default OpenKM 6 is configured this way:
security.access.manager = simple security.search.evaluation = lucene
Which provides great performance by only evaluating a single node. But if you want to evaluate every parent you can change this behavior with these settings:
security.access.manager = recursive security.search.evaluation = [ am_more | am_window | am_limited ]
This will reduce OpenKM performance (at least in search) but will match customer requirements.