Represents lexicon matches for a query
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class LexiconMatch
public class LexiconMatch
Public Class LexiconMatch
Public Class LexiconMatch
public ref class LexiconMatch
public ref class LexiconMatch
type LexiconMatch = class end
type LexiconMatch = class end
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| LexiconMatch(Boolean, LexiconQuery) |
New instance
| |
| LexiconMatch(Boolean, ArrayList, Boolean, LexiconQuery) |
New instance
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| IsStopWord |
Whether the query that created this match was for a stop word.
| |
| LexiconEntries |
Where in the occurrence file the word occurrs.
| |
| MatchedStrings |
Any words that matched the query
| |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| OriginatingQuery |
The query that made this match.
| |
| TargetWordIndexInTerms |
The ID of the original word.
| |
| TermIsTarget(Int32) |
Whether the matched term was the original target
| |
| Terms |
List of matching terms
| |
| ToString()()()() | (Inherited from Object.) | |
| WordIDs |
Matching word Ids.
|
| Object | |
| LexiconMatch | |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120