Keyoti Search for ASP.NET API Docs
Keyoti.SearchEngine.Search Namespace
API DocumentationKeyoti.SearchEngine.Search
Keyoti Search for ASP.NET 2010
Classes for searching the document index.

Search classes

Declaration Syntax
C#Visual BasicVisual C++
namespace Keyoti.SearchEngine.Search
Namespace Keyoti.SearchEngine.Search
namespace Keyoti.SearchEngine.Search
Types
All TypesClassesEnumerationsDelegates
IconTypeDescription
AsianWordElement
Represents an Asian language word element in the query.

SearchResult..::.DataRowEventArgs
Event args for DataRow event(s).

SearchResult..::.DataRowEventHandler
Handler delegate

SearchResult..::.DataTableEventArgs
Event args for DataTable event(s).

SearchResult..::.DataTableEventHandler
Handler delegate

Element
Base class for all query elements, see remarks.

ExpressionOperators
A pair of strings used as logic operator (AND, OR) names

FilterLoadLevel
Specifies what amount of data to load for any filtering by an AddResultItemToResults override.

GroupElement
Implements a group for a search expression; group entity has elements (words, not-words, phrases and other nested groups) connected through a unique logic operator (AND is assumed for 'space')

ImpliedLogicOperator
Implied logic operator options.

InvalidExpressionReason
Specifies the reason for search expression exceptions.

InvalidSearchExpressionException
Thrown when a search expression is invalid.

LOGIC_OPERATOR Obsolete.
Logic operators

LogicOperator
Logic operators

NotWordElement
Represents a 'not word', appearing in queries as -word

OperatorElement
Represents an operator element in a query.

PhraseElement
Represents a phrase in the query (eg. "this phrase").

QueryExpressionParser
Parses raw query strings entered by users.

REASON Obsolete.
Specifies the reason for search expression exceptions.

ResultItem
Represents a result item from a search.

ResultSummaryType
Describes types of result summaries.

SearchAgent
Performs searches with user defined queries.

SearcherIO
SearchLogic
Applies query logic to search results

SearchOptions
Contains content and location options (note these are only applicable in Search PRO).

SearchResult
The result of a search (not to be confused with ResultItem).

WildcardWordElement
Represents a word element in the query which contains a wildcard.

WordElement
Represents a word element in the query.