Skip to content

Commit acfb651

Browse files
authored
DOCSP-27629 warning about indexes with collation size (#5224) (#5282)
* DOCSP-27629 warning about indexes with collation size * DOCSP-27629 fixing format * DOCSP-27629 small fix * DOCSP-27629 changing note to warning * DOCSP-27629 tech edits
1 parent ae5b126 commit acfb651

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/includes/extracts-collation.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ content: |-
111111
cannot support an operation that performs string comparisons on the
112112
indexed fields if the operation specifies a different collation.
113113
114+
.. warning::
115+
116+
Because indexes that are configured with collation use ICU
117+
collation keys to achieve sort order, collation-aware index keys
118+
may be larger than index keys for indexes without collation.
119+
114120
For example, the collection ``myColl`` has an index on a string
115121
field ``category`` with the collation locale ``"fr"``.
116122

0 commit comments

Comments
 (0)