- Issue created by @RobinCS
- π©πͺGermany RobinCS
Also, thanks to @znerol for suggesting these solutions in another issue.
- πΈπͺSweden VAnnergard
Hmm, which libs are part of the default configuration for Search API Solr?
It feels like a list of what needs to be configured or allowed is best.
I do notice in the change announcement that this change is due to multiple security issues, so it does sound like a general enable might not be the best choice?
- π©πͺGermany mkalkbrenner π©πͺ
The lib includes for Solr 9 could be seen here:
https://git.drupalcode.org/project/search_api_solr/-/blob/4.x/solr-conf-...Basically we include the required stuff for some aditional features per default:
- extraction to parse PDFs
- langid and analysis-extras for special languages that aren't English
- ltr for the LearnToRank feature
There's a pending feature request to load more advanced libs for spatial search.
In general, the config-sets provided by this module are defaults which have to be adjusted to your use-case. A lot of things are already configurable. But you can also use an EventSubsriber to do further modifications.
But we can't do anything about what needs to be configured in the Solr server itself.So having a doumentation would be great. In the README and the online handbook.
Also, a patch that adds information to the UI of search_api_solr is welcome. -
mkalkbrenner β
committed e81d0ade on 4.x
Issue #3505915 by robincs, mkalkbrenner: <lib/> directives have been...
-
mkalkbrenner β
committed e81d0ade on 4.x
Automatically closed - issue fixed for 2 weeks with no activity.