Integration with solr API

Created on 17 November 2017, over 7 years ago
Updated 27 April 2025, 1 day ago

I rewrote the export stuff in order to support writing directly to SOLR.
The code isn't perfect as I hacked my stuff a bit into the current export plugin logic.

I think the export logic needs a rewrite anyway as writing the file should be part of the plugin not the plugin manager.
Maybe add a base class?

The way I add custom settings to the plugin isn't perfect either.

Feature request
Status

Closed: won't fix

Version

1.2

Component

Code

Created by

🇧🇪Belgium aspilicious

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇬🇧United Kingdom aaron.ferris

    Search API solr, at least as far as I can tell, has moved away from managed resources. Indeed, if you try and use ManagedSynonyms the config export will strip the field. This is still technically feasible, with a custom export plugin, but im not convinced we should be incorporating this into the module given the standardised approach of search_api_solr (using a file).

Production build 0.71.5 2024