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)
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.
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
}
}
}
}