apen/solradmin
最新稳定版本:2.0.2
Composer 安装命令:
composer require apen/solradmin
包简介
TYPO3 extension to manage Apache Solr cores
关键字:
README 文档
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
}
}
}
}
统计信息
- 总下载量: 720
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2023-03-06
