How to combine results from two different Lucene Indexes?

696 Views Asked by At

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

1

There are 1 best solutions below

0
On

You should implement this on your logic layer by providing some Wrapper service that will get results from both systems and then combines results.