Polishing.

Reformat code. Tweak documentation wording and callout syntax.

See #3914, see #3901
Original pull request: #3915.
This commit is contained in:
Mark Paluch
2022-01-12 15:57:14 +01:00
parent 7f223d1332
commit e9c15eb169
4 changed files with 20 additions and 16 deletions

View File

@@ -409,9 +409,9 @@ This event guarantees that the context is fully initialized.
Note that at this time other components, especially bean factories might have access to the MongoDB database.
[WARNING]
===
`Map` like structures, unless annotated with `@WildcardIndexed`, are skipped by the `IndexResolver` because the _map key_, which cannot be resolved from static metadata, needs to be part of the index definition.
===
====
``Map``-like properties are skipped by the `IndexResolver` unless annotated with `@WildcardIndexed` because the _map key_ must be part of the index definition. Since the purpose of maps is the usage of dynamic keys and values, the keys cannot be resolved from static mapping metadata.
====
.Programmatic Index Creation for a single Domain Type
====