Hi All, Please suggest me effective way of using data import handler.
Here is my use case. I have different kind of items which needs to be indexed in solr . Eg( books, shoes,electronics etc... ) each one has in different relational table. I have only one core as of now which is been used for public search and for other search pages like (book search page/ electronics search page..) and updates are happening through indexing script which we are maintaining internally . We are planning to use DIH(data import handler). 1)Is it best way to use DIH/over indexing script? any pros and cons of using DIH? 2) How can we index different type of documents(books,electronic.. the data is there in different tables in mysql ) through document import handler? 3)What is the best way to do delta-import.? how do we fire delta-import request? is there any thing like auto delta import like autocommit? Please through be some light on this. Thanks & Regards, Karunakar