Keyoti Search for ASP.NET API Docs
TruncateWordWithRepeatedChar Method (word)
API DocumentationKeyoti.SearchEngine.DocumentsParserTruncateWordWithRepeatedChar(String)
Keyoti Search for ASP.NET 2010
Removes repeated non-letters from word.
Declaration Syntax
C#Visual BasicVisual C++
protected virtual string TruncateWordWithRepeatedChar(
	string word
)
Protected Overridable Function TruncateWordWithRepeatedChar ( _
	word As String _
) As String
protected:
virtual String^ TruncateWordWithRepeatedChar(
	String^ word
)
Parameters
word (String)
Return Value
word without repeated whitespace
Remarks
This is required because although whitespace must be indexed, long repeated chunks are not useful.

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