mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 07:56:11 +01:00
34 lines
760 B
TypeScript
34 lines
760 B
TypeScript
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
|