123456789101112131415161718192021 |
- project.name = yii2cmf
- project.default_charset = utf-8
- server.index = 8383
- server.search = 8384
- [id]
- type = id
- [title]
- type = title
- [content]
- type = body
- [status]
- index = self
- tokenizer = full
- [published_at]
- type = numeric
- tokenizer = full
|