56 LinkedList<KeyValuePair<string, TokenReferences>> Result =
new LinkedList<KeyValuePair<string, TokenReferences>>();
Full-text search module, controlling the life-cycle of the full-text-search engine.
Abstract base class for keywords.
virtual async Task< bool > Process(SearchProcess Process)
Processes the keyword in a search process.
Represents a plain text keyword.
PlainKeyword(string Keyword)
Represents a plain text keyword.
override string ToString()
override bool Ignore
If keyword should be ignored.
override async Task< IEnumerable< KeyValuePair< string, TokenReferences > > > GetTokenReferences(SearchProcess Process)
Gets available token references.
override bool Equals(object obj)
override int OrderComplexity
Order complexity (within category) of keyword
Contains information about a search process.
Contains a sequence of object references that include the token in its indexed text properties.