I'm wondering if it's possible to use Solr to query more than one index and combine the results.
The concrete problem is a web site based on various PDFs & DOCs as well as Notes documents. The Notes documents are user-restricted and should not appear in search results unless the user is authorised to view the document.
I think the simple docs could be searched for using Solr and Lucene and the Notes documents using Notes search.
Is there a way to extend Solr to search multiple indexes and merge the results?