Extension SOLR Schema Management


Extension Basics

Title
SOLR Schema Management
Name
ckanext-search-schema
Type
Public extension
Description
Manage CKAN search engine (SOLR 8) schema
CKAN versions

~2.9, ~2.10, ~2.11

Show details
Download-Url (zip)
Download-Url commit date
2024-10-24
Url to repo
Category
Specialized Tools


Background Infos

Description (long)
Show details

An extension to manage the CKAN search engine schema for SOLR 8 installations. The extension provides tools to define and configure SOLR field types using the classes available in SOLR 8. Documentation is minimal but references the official SOLR 8 field types guide at https://solr.apache.org/guide/8_2/field-types-included-with-solr.html for detailed information on available field type classes and their configurations. The extension enables administrators to customize search behavior through schema management without directly modifying SOLR configuration files.

Version
0.1.1
Version release date
2024-10-24
Contact name
DataShades
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints

Installation: git clone repository, pip install -e ., pip install -r requirements.txt. Add ‘search_schema’ to ckan.plugins in your CKAN configuration. SOLR 8 Field Types: Uses SOLR 8 classes to define field types - see reference at https://solr.apache.org/guide/8_2/field-types-included-with-solr.html for available classes and configurations. Configuration Settings: No specific configuration settings documented (TODO in README). Development: pytest –ckan-ini test.ini for testing. Python 3.7+ required. Compatible with CKAN 2.9-2.11. Note: Documentation is minimal - consult SOLR 8 official documentation for field type details.

Plugins to configure (ckan.ini)
search_schema
CKAN Settings (ckan.ini)
(not set)
DB migration to be executed
(not set)
<< back to Extensions