Lucene ON OJS 3.3

Describe the issue or problem
We have two instances of OJS on two different servers. These two instances of OJS host several journals.
Question: We want to index the content of these two OJS instances on a single Solr indexing server using the OJS Lucene plugin. The goal is to be able to search the content of both instances at the same time..
Any suggestions?

Thank you.

What application are you using?

OJS-3.3.0-16

Additional information
Indexing under Lucene is already functional for each instance.

Hi @ayssi,

Perhaps not quite the same, but similar use case about this was being explored here:

-Roger
PKP Team

Hi @ayssi,

OJS’s Lucene implementation expects the returned search results to also be present in the OJS database, so it’ll be difficult to get OJS to format and present results that don’t exist in its MySQL database. If you want to provide aggregated searching across two OJS instances, it might be better to find an OAI-PMH harvester that can ingest content from both.

Regards,
Alec Smecher
Public Knowledge Project Team

1 Like

Ok and thank you for the response