Apen / solradmin

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)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solradmin

Latest Stable Version Total Downloads TYPO3 TYPO3

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

About

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)


Languages

Language:PHP 80.3%Language:HTML 19.7%