From 07dcaaf406750139720f199406ec47b91f36c7f0 Mon Sep 17 00:00:00 2001 From: Andrea Bollini Date: Tue, 24 Mar 2020 12:32:54 +0100 Subject: [PATCH] DS-4122 add comment about the use of solr --- communities.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/communities.md b/communities.md index 434a1faf..b460923e 100644 --- a/communities.md +++ b/communities.md @@ -83,7 +83,11 @@ Exposed links: Example: t.b.p -It returns the sub-communities within this community +It returns the direct sub-communities within this community. Please note that, to provide good performance, +the REST API uses information flatten and stored in SOLR at the time of item indexing that could become stale +when new delegation are enabled (i.e. a community or collection admin group are created). In such case you are +advised to reindex your items. This doesn't apply when your delegation are already inplace and you only change +the members of an admin group, these changes are immediately visible without any need to reindex. The supported parameters are: * page, size [see pagination](README.md#Pagination) @@ -94,7 +98,11 @@ The supported parameters are: Example: -It returns the collections within this community +It returns the collections direct children of this community. Please note that, to provide good performance, +the REST API uses information flatten and stored in SOLR at the time of item indexing that could become stale +when new delegation are enabled (i.e. a community or collection admin group are created). In such case you are +advised to reindex your items. This doesn't apply when your delegation are already inplace and you only change +the members of an admin group, these changes are immediately visible without any need to reindex. The supported parameters are: * page, size [see pagination](README.md#Pagination)