Keyoti SearchUnit API Docs
WordNonBreakingCharacters Property
API DocumentationKeyoti.SearchEngineConfigurationWordNonBreakingCharacters
Keyoti SearchUnit v6
Characters that will be considered parts of 'words' and not break a string apart. Eg. To be able to search for strings like my_email@blah.com - ensure that @ . and _ are in this list of characters. Any space characters will be ignored.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public string WordNonBreakingCharacters { get; set; }
public string WordNonBreakingCharacters { get; set; }
Public Property WordNonBreakingCharacters As String
	Get
	Set
Public Property WordNonBreakingCharacters As String
	Get
	Set
public:
property String^ WordNonBreakingCharacters {
	String^ get ();
	void set (String^ value);
}
public:
property String^ WordNonBreakingCharacters {
	String^ get ();
	void set (String^ value);
}
member WordNonBreakingCharacters : string with get, set
member WordNonBreakingCharacters : string with get, set
Property Value

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