cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Disable SSO for Solr Cloud

former_member752831
Discoverer
0 Likes
508

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member752831
Discoverer
0 Likes

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

alemasetto
Participant
0 Likes

I've updated the answer accordingly.

alemasetto
Participant
0 Likes

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:

  • IndexerService : FULL, UPDATE and DELETE index operations
  • SolrIndexerCronJob : UPDATE, PARTIAL_UPDATE and DELETE index operations

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.