Keyoti SearchUnit API Docs
DeleteDocument Method (documentUri)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexDeleteDocument(String)
Keyoti SearchUnit v6
Convenience, calls RemoveDocument method. See remarks.
Declaration Syntax
C#Visual Basic
public void DeleteDocument(
	string documentUri
)
Public Sub DeleteDocument ( 
	documentUri As String
)
Parameters
documentUri (String)
Remarks
It's important that the document URL matches exactly with the URL already in the index. Please pay attention to trailing slashes (eg. http://localhost/) and ensure any spaces are encoded as %20.

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