apen / solradmin
TYPO3 extension to manage Apache Solr cores
Fund package maintenance!
paypal.me/cerdanyohann
Installs: 131
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 3
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.4
- typo3/cms-core: ^11||^12
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-24 16:25:18 UTC
README
With this module you can directly access your solr module, search records with an interface, delete some specifics records and do other operations (with multi core support)
What does it do?
With this module you can directly access your solr module, search records with an interface, delete some specifics records.
Do not hesitate to contact me if you have any good ideas.
This extension work with the last LTS of TYPO3.
Screenshots
Settings
Just install the extension and import the typoscript. After, you can tweak the different variables and specify several solr connections :
module.tx_solradmin {
settings {
itemsPerPage = 10
connections {
dev {
scheme = https
host = 127.0.0.1
port = 8983
path = /solr/core_fr/
fieldList = id,site,title,url
}
}
}
}