Keyoti SearchUnit API Docs
WordBreakingCharacters Property
API DocumentationKeyoti.SearchEngineConfigurationWordBreakingCharacters
Keyoti SearchUnit v6
Characters that will not be considered parts of 'words' and will break a string apart. Any space characters will be ignored.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public string WordBreakingCharacters { get; set; }
public string WordBreakingCharacters { get; set; }
Public Property WordBreakingCharacters As String
	Get
	Set
Public Property WordBreakingCharacters As String
	Get
	Set
public:
property String^ WordBreakingCharacters {
	String^ get ();
	void set (String^ value);
}
public:
property String^ WordBreakingCharacters {
	String^ get ();
	void set (String^ value);
}
member WordBreakingCharacters : string with get, set
member WordBreakingCharacters : string with get, set
Property Value

Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2015.6.15.120