IIndexWriterUpdateDocument Method |
Updates the document within the index
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
Syntax void UpdateDocument(
ILuceneSearchDocument doc,
string docId
)
Parameters
- doc
- Type: CMS.SearchILuceneSearchDocument
Document to update - docId
- Type: SystemString
Document ID
See Also