I want to index my document from MySql to Solr via DIH. I have a table structure like this
Table User
id
1
2
3 name
Jay
Chakra
RabbitAddress
id
1
2
3 number
1111111111
2222222222
3333333333 email
test@email.com
test123@test.co
unique@email.com
and other associations.
I want to index this in a nested document structure but unable to find any resource via which it can be done using DIH.
Resources refered:
- http://yonik.com/solr-nested-objects/
- https://cwiki.apache.org/confluence/display/solr/Uploading+Data+with+Index+Handlers
Please suggest a way to index it through DIH