Solr reindex stops prematurely when starting Collective Solr for Plone

My team is working on a search application for our websites. We use Collective Solr in Plone to index our intranet sites and documentation. We recently created a shared blob store on our test intranet site instance because Solr did not index our PDFs. This seems to work, every time I run the reindexing script (@@ solr-maintenance / reindex) it stops after about an hour and a half. I know this is not indexing our entire site as numerous pages, files, etc. are missing from the Solr dashboard when running a query.

The warning below is the last thing I see in the Solr log before the script stops. I'm very new to Solr, so I'm not sure what he is pointing to. When I run the same script on our documentation site, it exits without error.

2017-04-14 18:05:37.259 WARN  (qtp1989972246-970) [   ] o.a.s.h.a.LukeRequestHandler Error getting file length for [segments_284]

      

java.nio.file.NoSuchFileException: / var / solr / data / uvahealthPlone / data / index / segment_284

I hope someone out there can have more experience with Collective Solr for Plone and can recommend some good resources for debugging this issue. I've searched a lot lately but didn't find much useful information.

+3


source to share


1 answer


This was a bug fixed a while ago from https://github.com/collective/collective.solr/pull/122



0


source







All Articles