Skip to content
/ solradmin Public

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)

Notifications You must be signed in to change notification settings

Apen/solradmin

Repository files navigation

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)

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published