Expand my Community achievements bar.

SOLVED

ASRP, MSRP, DSRP - user generated content indexing

Avatar

Level 4

Hi,

AEM provides different remote options for communities user generated content storage (ASRP, MSRP, DSRP). So the content would be stored outside AEM.

Question is if the content is searched through query builder, is the user generated content returned in search results? If this is the case, does the lucene index which we create for enhancing search performance, indexes the user generated content also for remote SRP options?

Thanks
Sandeep

1 Accepted Solution

Avatar

Correct answer by
Employee

hi Sandeep,

You need to use the SCF/SRP APIs to query Community content (query builder won't work)

https://docs.adobe.com/docs/en/aem/6-2/develop/communities/scf.html

There's plenty of samples on GitHub, e.g. 

https://github.com/Adobe-Marketing-Cloud/aem-communities-srp-browser

thanks

Bertrand

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

hi Sandeep,

You need to use the SCF/SRP APIs to query Community content (query builder won't work)

https://docs.adobe.com/docs/en/aem/6-2/develop/communities/scf.html

There's plenty of samples on GitHub, e.g. 

https://github.com/Adobe-Marketing-Cloud/aem-communities-srp-browser

thanks

Bertrand