Adds the specified document to the index (synchronously - use AsynchronousQueue.QueueForIndexing for asynchronous usage).
             
| C# | Visual Basic | 
public virtual void AddDocument( Document document, string additionTextToIndex )
Public Overridable Sub AddDocument ( document As Document, additionTextToIndex As String )
- document (Document)
 - The document to index.
 
- additionTextToIndex (String)
 - Additional text that should be indexed with the document.
 
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610