Yes, you can have multiple handlers configured differently (for example, for different datasources), and call them as you want.
As for the schema, you can also have different fields for the different document types, just make sure you have the uinique key and that you have a good way for searching all of them (as suggested on my last email). If you don't specifically say that a field is required then it is not. Tomás On Thu, Sep 13, 2012 at 4:48 PM, nishi <nishia...@gmail.com> wrote: > Can we have multi requestHandlers (for DIH) like one for db-source, another > for rss article? And then can we have different field set in schema.xml to > segregate the fields for rss and db seperately? > So that when I run the dataimporthandler for db-source, it should index db > records in the existing same data-store or index pool (core) and it should > not complain about the rss related field missing. > > Let me know any thoughts. > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Multiple-structured-datasource-rss-db-xml-in-single-schema-xml-tp4007497p4007548.html > Sent from the Solr - User mailing list archive at Nabble.com. >