Appends words in 'text' to the main document.
Declaration Syntax
C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public void AppendText( string text, Configuration configuration )
public void AppendText( string text, Configuration configuration )
Public Sub AppendText ( text As String, configuration As Configuration )
Public Sub AppendText ( text As String, configuration As Configuration )
public: void AppendText( String^ text, Configuration^ configuration )
public: void AppendText( String^ text, Configuration^ configuration )
member AppendText : text : string * configuration : Configuration -> unit
member AppendText : text : string * configuration : Configuration -> unit
Parameters
- text (String)
- The plain text that should be appended to the existing document text and indexed.
- configuration (Configuration)
- The existing configuration to use.
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120