Keyoti SearchUnit API Docs
CreateWordSubgroup Method (word)
API DocumentationKeyoti.SearchEngine.SearchGroupElementCreateWordSubgroup(String)
Keyoti SearchUnit v6
Creates an Element based on the parameter.
Declaration Syntax
C#Visual Basic
protected virtual Element CreateWordSubgroup(
	string word
)
Protected Overridable Function CreateWordSubgroup ( 
	word As String
) As Element
Parameters
word (String)
The word to create an Element for
Return Value
Element
Element object based on the word
Remarks

If the word is hyphenated it returns a GroupElement containing the word and the word in a PhraseElement without hyphens.

If the word is not hyphenated it returns a WordElement, or a WildcardWordElement if the word contains a wildcard.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610