Configuration Reference Home
Oracle Unified Directory - Collation Matching Rule

Collation Matching Rule

Collation Matching Rules provide support for locale-specific filtering and indexing.

Parent Component

The Collation Matching Rule component inherits from the Matching Rule

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ collation ↓ java-class
↓ enabled
↓ matching-rule-type

Basic Properties

collation

Description
The set of supported locales Collation must be specified using the syntax: LOCALE:OID
Default Value
None
Allowed Values
A Locale followed by a ":" and an OID.
Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

enabled

Description
Indicates whether the Matching Rule is enabled for use.
Default Value
None
Allowed Values
true
false
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No

matching-rule-type

Description
The types of matching rules that should be supported for each locale
Default Value
None
Allowed Values
equality - Specifies if equality type collation matching rule needs to be created for each locale.

greater-than - Specifies if greater-than type collation matching rule needs to be created for each locale.

greater-than-or-equal-to - Specifies if greater-than-or-equal-to type collation matching rule needs to be created for each locale.

less-than - Specifies if less-than type collation matching rule needs to be created for each locale.

less-than-or-equal-to - Specifies if less-than-or-equal-to type collation matching rule needs to be created for each locale.

substring - Specifies if substring type collation matching rule needs to be created for each locale.


Multi-valued
Yes
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Collation Matching Rule implementation.
Default Value
org.opends.server.schema.CollationMatchingRuleFactory
Allowed Values
A java class that implements or extends the class(es) :
org.opends.server.api.MatchingRuleFactory
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
Yes
Read-only
No