Creates an Element based on the parameter.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
protected virtual Element CreateWordSubgroup( string word )
protected virtual Element CreateWordSubgroup( string word )
Protected Overridable Function CreateWordSubgroup ( word As String ) As Element
Protected Overridable Function CreateWordSubgroup ( word As String ) As Element
protected: virtual Element^ CreateWordSubgroup( String^ word )
protected: virtual Element^ CreateWordSubgroup( String^ word )
abstract CreateWordSubgroup : word : string -> Element override CreateWordSubgroup : word : string -> Element
abstract CreateWordSubgroup : word : string -> Element override CreateWordSubgroup : word : string -> Element
Parameters
- word (String)
- The word to create an Element for
Return Value
Element
Element object based on the word
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: 2015.6.15.120