Click or drag to resize
IIndexWriter.UpdateDocument Method
Updates the document within the index

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 11.0.0
Syntax
C#
void UpdateDocument(
	ILuceneSearchDocument doc,
	string docId
)

Parameters

doc
Type: CMS.Search.ILuceneSearchDocument
Document to update
docId
Type: System.String
Document ID
See Also