mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1605: No documentation about the usage of indexes with YAML and XML #2016
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.