ASRP, MSRP, DSRP - user generated content indexing | Community
Skip to main content
Level 4
April 3, 2017
Solved

ASRP, MSRP, DSRP - user generated content indexing

  • April 3, 2017
  • 1 reply
  • 1434 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bdc

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

1 reply

bdcAdobe EmployeeAccepted solution
Adobe Employee
April 3, 2017

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