Click or drag to resize

IndexPropertiesHyphenTreatmentType Enumeration

Possible ways that hyphens can be treated during indexing.

Namespace:  Law.EdaIntegration.Indexing
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.3
Syntax
C#
public enum HyphenTreatmentType
Members
  Member nameValueDescription
HypensAsSpaces0 For example, first-class is indexed as first and class. (default)
HyphensAsSearchable1 For example, first-class is indexed as first-class.
HyphensIgnored2 For example, first-class is indexed as firstclass.
AllThree3 For example, first-class is indexed as first-class, firstclass, first, and class.
See Also