arachnode.net

ManageLuceneDotNetIndexes.CreateDocument Method

Creates the document.

protected virtual void CreateDocument(
   Document document,
   long discoveryID,
   DiscoveryType discoveryType,
   string absoluteUri,
   string contentToIndex,
   int codePage,
   string fullTextIndexType,
   string discoveryPath,
   int threadNumber
);

Parameters

document
The document.
discoveryID
The discovery ID.
discoveryType
The discovery type.
absoluteUri
The absolute URI.
contentToIndex
The content to index.
codePage
The code page.
fullTextIndexType
discoveryPath
The discovery path.
threadNumber
The thread number.

See Also

ManageLuceneDotNetIndexes Class | Arachnode.Plugins.CrawlActions Namespace