Search code examples
solrnesteddataimporthandler

Solr dataimport with nested documents


From 4.5 version SOLR supports nested documents, but is there a DIH for this purposes? I need to import parent and child documents from MySQL, but can't find any solution.

UPD thinkingisdifficult_hashtag. The solution of my problem is a simple join, which is perfectly realized in SOLR


Solution

  • The solution of my problem is a simple join, which is perfectly realized in SOLR