mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 07:56:11 +01:00
Daniel Siepmann
5989b65ae0
* Add a further level in configurations to support multiple connections and indexer. Relates: #31
20 lines
394 B
TypeScript
20 lines
394 B
TypeScript
plugin {
|
|
tx_searchcore {
|
|
settings {
|
|
connections {
|
|
elasticsearch {
|
|
host = localhost
|
|
port = 9200
|
|
}
|
|
}
|
|
|
|
indexer {
|
|
tca {
|
|
allowedTables = tt_content
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
module.tx_searchcore < plugin.tx_searchcore
|