Keyoti Search for ASP.NET API Docs
AddWord Method (word, weight)
API DocumentationKeyoti.SearchEngine.DocumentsDocumentTextAddWord(String, Int32)
Keyoti Search for ASP.NET 2010
Convenience method to add a word to the indexed document text
Declaration Syntax
C#Visual BasicVisual C++
public void AddWord(
	string word,
	int weight
)
Public Sub AddWord ( _
	word As String, _
	weight As Integer _
)
public:
void AddWord(
	String^ word, 
	int weight
)
Parameters
word (String)
weight (Int32)
Remarks
Any words added will be indexed with the document content and will be searchable. These words may also be shown in the result summary.

Assembly: Keyoti2.SearchEngine.Core (Module: Keyoti2.SearchEngine.Core) Version: 2010.4.1.609