Abstract base class for keywords.
virtual async Task< bool > Process(SearchProcess Process)
Processes the keyword in a search process.
virtual bool Ignore
If keyword should be ignored.
abstract new bool Equals(object obj)
virtual int OrderCategory
Order category of keyword
virtual int OrderComplexity
Order complexity (within category) of keyword
Keyword()
Abstract base class for keywords.
abstract Task< IEnumerable< KeyValuePair< string, TokenReferences > > > GetTokenReferences(SearchProcess Process)
Gets available token references.
abstract new string ToString()
Contains information about a search process.
Contains a reference to an indexed object.
Contains a reference to a token.
Contains a sequence of object references that include the token in its indexed text properties.
DateTime[] Timestamps
Timestamps when corresponding object refernces were indexed.
uint[] Counts
Token counts for respective object reference.
ulong[] ObjectReferences
References to objects containing the token.
uint LastBlock
Index to last block in index representing the same token.