search_core/Tests/Functional/Fixtures/BasicSetup.ts

35 lines
760 B
TypeScript
Raw Normal View History

plugin {
tx_searchcore {
settings {
connections {
elasticsearch {
host = localhost
port = 9200
}
}
indexing {
tt_content {
indexer = Codappix\SearchCore\Domain\Index\TcaIndexer
mapping {
CType {
type = keyword
}
}
}
}
searching {
facets {
contentTypes {
field = CType
}
}
}
}
}
}
module.tx_searchcore < plugin.tx_searchcore