The core namespace for the search engine.
Search engine namespaces
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace Keyoti.SearchEngine
Namespace Keyoti.SearchEngine
namespace Keyoti.SearchEngine
Types
All Types | Classes | Enumerations |
Icon | Type | Description |
---|---|---|
Configuration |
Crawling, indexing and search parameters.
| |
ConfigurationManager |
Retrieves settings from Configuration.xml file and fills a Configuration instance.
| |
ConfigurationPropertyAttribute |
Property member attribute used to declare which properties of the Configuration class are
used as search operation (spider, index, search) settings.
| |
ConfigurationPropertyAttribute..::.DataType |
Types of property
| |
FolderBrowserDialog |
Component wrapping access to the Browse For Folder common dialog box.
Call the ShowDialog() method to bring the dialog box up.
| |
FolderBrowserDialog..::.FolderID |
Enum of CSIDLs identifying standard shell folders.
| |
KeyotiFatalException |
An exception thrown when crawling/building/searching cannot proceed.
|