Default set of stopwords. If null means to allow stop words.

Namespace: Lucene.Net.Search.Similar
Assembly: Lucene.Net.Contrib.Queries (in Lucene.Net.Contrib.Queries.dll) Version: 2.9.2.0 (2.9.2)

Syntax

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

See Also