Keyoti SearchUnit API Docs
PreloadedDocument Constructor (documentUri, title, text, configuration)
API DocumentationKeyoti.SearchEngine.DocumentsPreloadedDocumentPreloadedDocument(Uri, String, String, Configuration)
Keyoti SearchUnit v6
Creates a new instance
Declaration Syntax
C#Visual Basic
public PreloadedDocument(
	Uri documentUri,
	string title,
	string text,
	Configuration configuration
)
Public Sub New ( 
	documentUri As Uri,
	title As String,
	text As String,
	configuration As Configuration
)
Parameters
documentUri (Uri)
The URI used to identify the document, does not have to be a 'real' URI.
title (String)
Title of the document.
text (String)
Body of the document text.
configuration (Configuration)
The Configuration.

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610