search_core/Tests/Functional/Fixtures/BasicSetup.ts
Daniel Siepmann 3553c443e2
FEATURE: Adjust configuration structure
* 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.
2017-06-27 16:51:33 +02:00

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