Any words in the query which were ignored, usually because they're on the index's stop list.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public StringList IgnoredWords { get; set; }
Public Property IgnoredWords As StringList
public: property StringList^ IgnoredWords { StringList^ get (); void set (StringList^ value); }