Represents an Asian language word element in the query.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class AsianWordElement : WildcardWordElement
public class AsianWordElement : WildcardWordElement
Public Class AsianWordElement Inherits WildcardWordElement
Public Class AsianWordElement Inherits WildcardWordElement
public ref class AsianWordElement : public WildcardWordElement
public ref class AsianWordElement : public WildcardWordElement
type AsianWordElement = class inherit WildcardWordElement end
type AsianWordElement = class inherit WildcardWordElement end
Members
All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
AsianWordElement(String, Configuration) |
Creates a new AsianWordElement
| |
Configuration |
The instance of the Configuration class that holds the settings to be used.
(Inherited from Element.) | |
Content |
Returns a string representing the content of the element, this should typically be;
WordElement.Content => theWord
NotWordElement.Content => -theWord
GroupElement.Content => null
PhraseElement.Content => thePhrase (no quotes)
(Inherited from WordElement.) | |
CreateLexiconQueries(SearcherIO) |
Creates the lexicon query(s) needed for this element
(Inherited from WildcardWordElement.) | |
elementQueryCollection |
The lexicon queries used for the element
(Inherited from Element.) | |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetIgnoredWords()()()() |
Returns the stop words from the original query that were ignored.
(Inherited from WordElement.) | |
GetMatchingDocumentIDs(SearcherIO, IntHashtable, SearchOptions, Hashtable) |
Gets all document IDs matching this element.
(Inherited from WildcardWordElement.) | |
GetType()()()() | (Inherited from Object.) | |
IsAsianWord(String) |
Determines whether word contains Asian languages characters.
| |
IsStopWord()()()() |
Whether is stop word, only Word elements can be stop words.
(Inherited from WordElement.) | |
maximumWildMatchesToFind |
Maximum wildcard matches to find
(Inherited from WildcardWordElement.) | |
MemberwiseClone()()()() | (Inherited from Object.) | |
theWildCardType |
The type of wildcard.
(Inherited from WildcardWordElement.) | |
ToString()()()() | (Inherited from Object.) | |
WildCardToken |
The string that will be taken to be wild. Default = "*"
(Inherited from WildcardWordElement.) | |
WildCardType |
The type of wildcard specified.
(Inherited from WildcardWordElement.) |
Remarks
Asian languages are treated differently to Western languages.
Inheritance Hierarchy
Object | ||||
Element | ||||
WordElement | ||||
WildcardWordElement | ||||
AsianWordElement |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120