Hi,
I’ve installed a fresh 2.4.8.0 ojs with a 2.3.7.0 database (upgraded to 2.4.8.0 of course).
The ojs is running good.
I want to enable de lucene search plugin, I have followed the steps here https://github.com/pkp/ojs/tree/ojs-stable-2_4_8/plugins/generic/lucene and I am attempting to make the embedded solr installation.
All seemed to install good and when I start the process I can see a solr process running but when I execute the rebuildSearchIndex.php I get this:
LucenePlugin: Clearing index … done
Indexing “” error: Unfortunately the OJS search service is currently offline.
And of course searches doesn’t work.
The only “strange” I have done is to change the solr password as instructions says, but I also put it on the lucene settings via web.
I can’t understand why says that the search service is offline (suppose that is referring to solr), in the same environment I can execute this wget http://localhost:8983/solr/ --proxy=off which downloads an index.html with this:
Welcome to Solr
Welcome to Solr!
![]()
</html
So solr is really running, and I redirected the solr port of the server to my desktop and I can query solr without problem, but it’s empty.
Of course, checked the solr-java.log but no there’s no error.
What’s happening?