Решил подучить эластик, начал кодить, прописал индексы в ямле, вот что получилось:
fos_elastica:
clients:
default: { host: %elastic_host%, port: %elastic_port% }
indexes:
my_blog:
client: default
types:
article:
mappings:
id:
type: integer
createdAt:
type: date
publishedAt:
type: date
published:
type: boolean
title: ~
content: ~
persistence:
driver: orm
model: ElasticBundle\Entity\Article
finder: ~
provider: ~
listener: ~
Когда запускаю
php app/console fos:elastica:populate
выкидывает эррор, Wrong parameters for Exception