Keyoti SearchUnit API Docs
IgnoredWords Property
API DocumentationKeyoti.SearchEngine.SearchSearchResultIgnoredWords
Keyoti SearchUnit v6
Any words in the query which were ignored, usually because they're on the index's stop list.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public StringList IgnoredWords { get; set; }
public StringList IgnoredWords { get; set; }
Public Property IgnoredWords As StringList
	Get
	Set
Public Property IgnoredWords As StringList
	Get
	Set
public:
property StringList^ IgnoredWords {
	StringList^ get ();
	void set (StringList^ value);
}
public:
property StringList^ IgnoredWords {
	StringList^ get ();
	void set (StringList^ value);
}
member IgnoredWords : StringList with get, set
member IgnoredWords : StringList with get, set
Property Value

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