on ‎2023 Jan 26 4:57 PM
Client have a requirement to index/update to SOLR cloud from external application instead from Hybris. As SSO is enabled by default in SAP CCV2. is thr any way we can index/update document to SOLR? or do we have any documentation to disable SSO for solr cloud.
Request clarification before answering.
alemasetto Thanks for the reply, I'm looking for indexing XML/Json documents outside Hybris in to SOLR. As documents are generated outside Hybris, I'm looking for direct indexing to SOLR instead of Hybris in between.
Thanks.
Sarath
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
SOLR indexing can be executed from Administration cockpit (backoffice) without SAP CCV2 SSO, just login as admin and use the Indexer Operation Wizard.
In case you need to perform the indexing from an external application, SAP Commerce can expose the search API through Omni-Commerce Connect (OCC).You can create trigger the indexing process by calling a new protected API. Depending on the context, you can implement:
Check out this page for further details.
Remember to assign a proper @Secured role to this endpoint so it can be executed only by specific users.
In case you need to index external structured content, you can try an external standalone server fully managed by you. There are also external tools such as Coveo or Algolia which can be integrated with SAP Commerce.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.