Keyoti SearchUnit API Docs
RemoveDocument Method (document)
API DocumentationKeyoti.SearchEngine.IndexDocumentIndexRemoveDocument(Document)
Keyoti SearchUnit v6
Removes the document specified from the database. See remarks.
Declaration Syntax
C#Visual Basic
public void RemoveDocument(
	Document document
)
Public Sub RemoveDocument ( 
	document As Document
)
Parameters
document (Document)
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