Keyoti SearchUnit API Docs
Document Constructor (documentRecord, configuration)
API DocumentationKeyoti.SearchEngine.DocumentsDocumentDocument(DocumentRecord, Configuration)
Keyoti SearchUnit v6
Creates a new Document.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public Document(
	DocumentRecord documentRecord,
	Configuration configuration
)
public Document(
	DocumentRecord documentRecord,
	Configuration configuration
)
Public Sub New ( 
	documentRecord As DocumentRecord,
	configuration As Configuration
)
Public Sub New ( 
	documentRecord As DocumentRecord,
	configuration As Configuration
)
public:
Document(
	DocumentRecord^ documentRecord, 
	Configuration^ configuration
)
public:
Document(
	DocumentRecord^ documentRecord, 
	Configuration^ configuration
)
new : 
        documentRecord : DocumentRecord * 
        configuration : Configuration -> Document
new : 
        documentRecord : DocumentRecord * 
        configuration : Configuration -> Document
Parameters
documentRecord (DocumentRecord)
The data layer DocumentRecord that holds the data.
configuration (Configuration)
The instance of the Configuration class that holds the settings to be used.

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