From 15bcca4e7e28c530bdc81f8a2f3bc820a20ff038 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Tue, 13 Mar 2012 13:42:27 -0400 Subject: [PATCH] Fix documentation for persistence "identifier" option --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c6b0c2..08c894c 100644 --- a/README.md +++ b/README.md @@ -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