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

interview question on Solr

Hari_prasad
Participant
0 Kudos
1,752

How to indexed the data from third party system instead of hybris database.

Accepted Solutions (0)

Answers (1)

Answers (1)

a_e_dubey
Active Participant

Hi hari_prasad_344

There can be multiple approach to do that:

1. You can dump third party data into flat files and can modify cronjob for indexing.

2. You can directly connect third party system and customize indexing strategy to get data form third party instead of hybris db.

Here you need to do customization in solr indexing classes where you need to pass your data instead of hybris database. this will be complex customization.