mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-13 12:36:12 +01:00
Daniel Siepmann
3553c443e2
* To support further configuration, specific to identifiers / tables. * E.g. mapping and boost configuration should be possible. * Adjust docs and settings. * Adjust tests and code.
20 lines
429 B
TypeScript
20 lines
429 B
TypeScript
plugin {
|
|
tx_searchcore {
|
|
settings {
|
|
connections {
|
|
elasticsearch {
|
|
host = localhost
|
|
port = 9200
|
|
}
|
|
}
|
|
|
|
indexing {
|
|
tt_content {
|
|
indexer = Leonmrni\SearchCore\Domain\Index\TcaIndexer
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
module.tx_searchcore < plugin.tx_searchcore
|