CollationMatchingRuleCfgDefn.properties revision e75c2484bff064fbbf51e92aed4f37b08e6427b7
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteuser-friendly-name=Collation Matching Rule
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteuser-friendly-plural-name=Collation Matching Rules
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Fortesynopsis=Collation Matching Rules provide support for locale-specific filtering and indexing.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.collation.synopsis=the set of supported locales
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.collation.description=Collation must be specified using the syntax: LOCALE:OID
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.collation.syntax.string.pattern.synopsis=A Locale followed by a ":" and an OID.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.enabled.synopsis=Indicates whether the Collation Matching Rule is enabled for use.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.java-class.synopsis=Specifies the fully-qualified name of the Java class that provides the Collation Matching Rule implementation.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.synopsis=the types of matching rules that should be supported for each locale
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.equality.synopsis=Specifies if equality type collation matching rule needs to be created for each locale.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.greater-than.synopsis=Specifies if greater-than type collation matching rule needs to be created for each locale.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.greater-than-or-equal-to.synopsis=Specifies if greater-than-or-equal-to type collation matching rule needs to be created for each locale.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.less-than.synopsis=Specifies if less-than type collation matching rule needs to be created for each locale.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.less-than-or-equal-to.synopsis=Specifies if less-than-or-equal-to type collation matching rule needs to be created for each locale.
fcf3ce441efd61da9bb2884968af01cb7c1452ccJohn Forteproperty.matching-rule-type.syntax.enumeration.value.substring.synopsis=Specifies if substring type collation matching rule needs to be created for each locale.