treygrainger / ai-powered-search

The codebase for the book "AI-Powered Search" (Manning Publications, 2024)
https://aipoweredsearch.com
152 stars 37 forks source link

Upgrade to Solr 9.4.1 #112

Closed treygrainger closed 4 months ago

treygrainger commented 7 months ago

Currently busted due to issues with defType param in Solr 9.4. Documented in this issue: https://github.com/treygrainger/ai-powered-search/issues/78

treygrainger commented 5 months ago

Solr 9.4.1 came out today, so attempting an upgrade.

Notes thusfar on issues to investigate:

  1. /spell seems to be broken (listing 6.12). May be pre-existing and not upgrade related.
  2. LTR error in logs: cp: cannot stat 'dist/solr-ltr-*.jar': No such file or directory

Will post more as we go through the notebooks if other issues are found.