Keyoti Search for ASP.NET API Docs
CreateWordSubgroup Method (word)
API DocumentationKeyoti.SearchEngine.SearchGroupElementCreateWordSubgroup(String)
Keyoti Search for ASP.NET 2010
Creates an Element based on the parameter.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual Element CreateWordSubgroup(
	string word
)
Protected Overridable Function CreateWordSubgroup ( _
	word As String _
) As Element
protected:
virtual Element^ CreateWordSubgroup(
	String^ word
)
Parameters
word (String)
The word to create an Element for
Return Value
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: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609