An unmodifiable set containing some common English words that are usually not useful for searching.

Namespace: Lucene.Net.Analysis.Standard
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static readonly Hashtable STOP_WORDS_SET
Visual Basic
Public Shared ReadOnly STOP_WORDS_SET As Hashtable
Visual C++
public:
static initonly Hashtable^ STOP_WORDS_SET

See Also