Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
dtSearch::Engine::HyphenSettings Enumeration

Values for Options.Hyphens, specifying how hyphens should be indexed.

Members
Description
dtsoHyphenAsIgnore
index "first-class" as "firstclass"
dtsoHyphenAsHyphen
index "first-class" as "first-class"
dtsoHyphenAsSpace
index "first-class" as "first" and "class"
dtsoHyphenAll
index "first-class" all three ways

See Hyphens in dtSearchApiRef.chm for information on what each value means.