Click or drag to resize

FieldKernelKeywordMatch Method

Determine if the specified word matches against a word in a keyword list.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool KeywordMatch(
	string sWord,
	string sKeyList
)

Parameters

sWord
Type: SystemString
The word to match.
sKeyList
Type: SystemString
The semi-colon-separated list of keywords against which to match.

Return Value

Type: Boolean
True if a match is found, else false.
See Also