Fix documentation for persistence "identifier" option

This commit is contained in:
Jeremy Mikola 2012-03-13 13:42:27 -04:00
parent f559700766
commit 15bcca4e7e

View file

@ -203,13 +203,12 @@ You can change this value in the provider configuration.
##### Change the document identifier field
By default, ElasticaBundle will use the `id` field of your entities as the elasticsearch document identifier.
You can change this value in the provider configuration.
You can change this value in the persistence configuration.
persistence:
driver: orm
model: Application\UserBundle\Entity\User
provider:
identifier: id
identifier: id
#### Manual provider