Reputation: 1
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
Upvotes: 0
Views: 690
Reputation: 405
You should implement this on your logic layer by providing some Wrapper service that will get results from both systems and then combines results.
Upvotes: 1