Use case:
JBoss Portal / Gatein
Pentaho BI
Both have Lucene based search built on top of them. As a user I need to see both Portal Content and BI Reports for my search query.
Is there a way to query both and then combine the results?
Schema and configuration is different for both Indexes I assume so Merging or Solr Distributed Search options don't seem to fit.
Thanks
You should implement this on your logic layer by providing some Wrapper service that will get results from both systems and then combines results.