Keyoti SearchUnit API Docs
PrependText Method (text, configuration)
API DocumentationKeyoti.SearchEngine.DocumentsDocumentTextPrependText(String, Configuration)
Keyoti SearchUnit v6
Prepends words in 'text' to the start of the main document.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void PrependText(
	string text,
	Configuration configuration
)
public void PrependText(
	string text,
	Configuration configuration
)
Public Sub PrependText ( 
	text As String,
	configuration As Configuration
)
Public Sub PrependText ( 
	text As String,
	configuration As Configuration
)
public:
void PrependText(
	String^ text, 
	Configuration^ configuration
)
public:
void PrependText(
	String^ text, 
	Configuration^ configuration
)
member PrependText : 
        text : string * 
        configuration : Configuration -> unit 
member PrependText : 
        text : string * 
        configuration : Configuration -> unit 
Parameters
text (String)
The plain text that should be prepended to the beginning of 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