Builds an analyzer with the default stop words ({@link #STOP_WORDS_SET}).

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

Syntax

C#
[ObsoleteAttribute("Use StandardAnalyzer(Version) instead")]
public StandardAnalyzer()
Visual Basic
<ObsoleteAttribute("Use StandardAnalyzer(Version) instead")> _
Public Sub New
Visual C++
[ObsoleteAttribute(L"Use StandardAnalyzer(Version) instead")]
public:
StandardAnalyzer()

See Also