Integrating Solr10 in babel#220
Conversation
| RUN cpanm --notest \ | ||
| File::Pairtree | ||
|
|
||
| RUN cpanm --notest \ |
There was a problem hiding this comment.
I don't know a lot about this part yet, but just a minor nitpick: I see a double space before \ (one space is enough). Feel free to ignore though as it's not important.
There was a problem hiding this comment.
Thanks so much, @eumalin! I've combined both dependencies into a single command.
|
I'm working on getting this working locally for me. |
|
I see a couple things locally in the apache environment: I think the complaint about I'll try with an item with stage-item - maybe the test item won't work with ptsearch for some reason - but using stage_item should get everything set in the catalog, full-text search solr, etc. |
|
After staging pur1.32754063106516 everything works fine for me including result highlighting. I suspect the issue with |
|
Thank you for your tests, Aaron. You describe the same behavior I saw, and it is not related to Solr; it is more about missing data in the Catalog. The |
This PR is related to the
pt-searchSolr migration fromSolr 8toSolr 10. Find ptsearch-solr PR here. This changes are part of the Jira ticket ETT-1463It involves some tidy updates I need to make to use Solr 10 in the Docker environment, along with resolving a dependency issue in stage-item. I used the stage-item application to stage documents in Solr used for testing pt search.