Values for Options.Hyphens, specifying how hyphens should be indexed.
public enum HyphenSettings { dtsoHyphenAsIgnore = 1, dtsoHyphenAsHyphen = 2, dtsoHyphenAsSpace = 3, dtsoHyphenAll = 4 }
Public Enum HyphenSettings dtsoHyphenAsIgnore = 1 dtsoHyphenAsHyphen = 2 dtsoHyphenAsSpace = 3 dtsoHyphenAll = 4 End Enum
|
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 the Options Overview section of dtSearchApiRef.chm for information on what each value means.
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|