Branch: refs/heads/add-solr-okf-topic Home: https://github.com/xwiki/xwiki-dev-llm Commit: c9e08b954146d20b534f6cc39a6057eca75c78d6 https://github.com/xwiki/xwiki-dev-llm/commit/c9e08b954146d20b534f6cc39a6057... Author: Vincent Massol <[email protected]> Date: 2026-07-22 (Wed, 22 Jul 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M xwiki/.claude-plugin/plugin.json M xwiki/instructions/xwiki-org.md A xwiki/okf/architecture/solr-search.md M xwiki/okf/index.md Log Message: ----------- [Misc] Add OKF topic on configuring a standalone/remote Solr for XWiki Documents XWiki's Solr search backend: embedded by default, externalisable to a remote/standalone Solr which requires several pre-created cores (search, extension_index, ratings, events) named xwiki_<core>_<solrMajor>, configured via solr.type=remote + solr.remote.baseURL (not the single-core solr.remote.url), with the search core needing Solr's analysis-extras module. Grounded in the Solr Search API extension page and the APT admin guide. Updates the OKF map and the injected mirror, and bumps the plugin version to 0.10.8. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications