Hi all,

I'm testing collective.solr and it works nice with default Plone even with custom Dexterity based types. I'd like to implement merged search results from Plone and from some SQL database. I already configured multicore SOLR server and DataImportHandler which imports the data to separate SOLR core than Plone items.

I'd like to ask people who knows SOLR and c.solr if it is possible to
1) put DIH and Plone results to the same core (I think it should be possible, but I must not use "full-import" which cleans the index, right? What about c.solr reindex or sync ?

2) process the results in Plone and display them as one set of results. I suppose some flag in SOLR result set which marks item as coming from Plone/SQL and use of IFlare interface, but I don't understand how to write additional adapter. Am I supposed to override PloneFlare adapter ?

Thanks,
Radim

_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to