Values for dtsOptions.hyphens
enum HyphenSettings {
dtsoHyphenAsIgnore = 1,
dtsoHyphenAsHyphen = 2,
dtsoHyphenAsSpace = 3,
dtsoHyphenAll = 4
};dtsearch.h
|
Members |
Description |
|
dtsoHyphenAsIgnore = 1 |
index "first-class" as "firstclass |
|
dtsoHyphenAsHyphen = 2 |
index "first-class" as "first-class |
|
dtsoHyphenAsSpace = 3 |
index "first-class" as "first" and "class |
|
dtsoHyphenAll = 4 |
index "first-class" all three ways |
See Hyphens in the Options Overview section for information on the effect of each value.
|
Copyright (c) 1995-2008 dtSearch Corp. All rights reserved.
|