mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1605: No documentation about the usage of indexes with YAML and XML #2018
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jan 16, 2012).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user naitsirch:
I am missing documentation about how to handle indexes in YAML and XML definition files. I had to search in the code to learn how to do that.
Please add some documentation about it.
This issue is related to #DDC-160 where the reporter asked for documentation about indexes in annotation mapping.
EDIT:
Maybe an example how I have done it with YAML would be helpful for others:
indexActiveFieldis the name of the index used by doctrine andidx*user*activeis the name of the index in the database. The rest should be clear.@doctrinebot commented on GitHub (Sep 27, 2012):
Comment created by naitsirch:
Hi. I got an email notification that arbuscula has changed the status to "Awaiting Feedback". Do you need any feedback from me?
@malukenho commented on GitHub (Jan 5, 2017):
@lcobucci @Ocramius can be closed as we do have it documented now 🍻