Click or drag to resize
IIndexWriterUpdateDocument Method
Updates the document within the index

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

Parameters

doc
Type: CMS.SearchILuceneSearchDocument
Document to update
docId
Type: SystemString
Document ID
See Also