I am trying to get a multi-site search set up. Here's my current setup for sites reporting to the solr core
* Site A (Public Site)
* Site B (Public Site)
* Site C (Staff Intranet, password protected)
Ideally I would like the Solr Core that all 3 sites are reporting to, to be the default search on my password protected site so that staff can search several public sites as well as their intranet for information.
The problem......If I make the solr core the default on the password protected site, it doesn't seem to pull anything from the public sites. If I make the solr core the default on a public site, it doesn't seem to pull anything from the password protected site.
Is there a way around this or am I stuck?
Comments
Comment #2
janusman commentedThis most likely has to do with Access Control. You will need to install the apachesolr_nodeaccess module on all the sites (not just the private site), index everything, and then all content that is public on all sites will be accessible on the single search page on your private site.