ReferenceSQL ReferenceCREATE TEXT SEARCH DICTIONARYcollationEdit this pageOn this pagecollation Produces a single token representing the text's collation key, useful for locale-aware sorting. Options OptionTypeDefaultDescriptionLOCALEstring—ICU locale Examples CREATE TEXT SEARCH DICTIONARY collation_dict ( TEMPLATE = 'collation', LOCALE = 'en_US.UTF-8'); See also CREATE TEXT SEARCH DICTIONARY