Convenience method to add a word to the indexed document text
Declaration Syntax
C# | Visual Basic | Visual 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.