Types of indexable source
Declaration Syntax
C# | Visual Basic | Visual C++ |
namespace Keyoti.SearchEngine.Index.IndexableSources
Namespace Keyoti.SearchEngine.Index.IndexableSources
namespace Keyoti.SearchEngine.Index.IndexableSources
Types
All Types | Classes | Interfaces | Enumerations | Delegates |
Icon | Type | Description |
---|---|---|
AddDocumentEventArgs |
Arguments for AddDocument event which provides the opportunity to cancel a document from being added
| |
AddDocumentEventHandler |
Event handler
| |
LinkBasedImportSampler..::.AddRowDelegate |
The "AddRow" method to call, on the grid.
| |
LinkBasedImportSampler..::.BeginInvokeMethod |
A "BeginInvoke" method, used to invoke on the UI thread.
| |
CustomDataSetProviderAdapter |
Obtains DataSet data from a user provided assembly.
| |
DataSetBasedSource |
A dataset based source
| |
WebSiteSpider..::.DiscoveredDocumentHandler | ||
FileSysDocumentStore |
Imports documents found in a directory
| |
FileSystemFolderBasedSource |
Represents a file system directory as a source of documents.
| |
IDataSetAdapter |
A dataset adapter
| |
IIndexableSource |
An indexable source
| |
LinkBasedImportSampler..::.ImportRowDelegate |
The "ImportRow" method to call, on the grid.
| |
IndexableSource |
Base abstract class for indexable source types.
| |
IndexableSourceFactory |
Creates instances of IndexableSource sub-classes.
| |
IndexableSourceFieldHelpAttribute |
Source field help text.
| |
IndexableSourceFieldsAttribute |
Source field descriptions.
| |
IndexableSourceRecordPersistenceAttribute |
Information about whether a SourceType type of indexable source record is persisted
| |
IndexableSourceUri |
A Uri from an indexable source
| |
LinkBasedImportSampler..::.InvokeMethod |
An "Invoke" method, used to invoke on the UI thread.
| |
LinkBasedImportSampler |
Gets a sample import from a link providing source.
| |
MSSQLAdapter |
Adapter for MSSQL indexable sources
| |
OLEAdapter |
Adapter for OLE database indexable sources
| |
OracleAdapter |
Oracle database adapter
| |
PresetDataSetAdapter |
An adapter used to provide a predefined DataSet to DocumentImporter and DocumentIndex.
| |
LinkBasedImportSampler..::.SampleMethod |
The method the produces the sample
| |
SourceType |
Describes the type of information source that should be indexed.
| |
WebSiteBasedSource |
Represents a web-site that will be crawled.
| |
WebSiteSpider |
Crawls web-sites to find new links.
|