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