SearchSynonymSchema.Tval v :
synonyms:string list ->
?locale:string ->
?root:string ->
?symbols_to_index:string list ->
unit ->
tConstruct a value
val locale : t -> string optionLocale for the synonym, leave blank to use the standard tokenizer.
val root : t -> string optionFor 1-way synonyms, indicates the root word that words in the `synonyms` parameter map to.
val symbols_to_index : t -> string list optionBy default, special characters are dropped from synonyms. Use this attribute to specify which special characters should be indexed as is.
val synonyms : t -> string listArray of words that should be considered as synonyms.