Builds an analyzer with the stop words from the given file.

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

Syntax

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

Parameters

stopwords
Type: System.IO..::..FileInfo

[Missing <param name="stopwords"/> documentation for "M:Lucene.Net.Analysis.Standard.StandardAnalyzer.#ctor(System.IO.FileInfo)"]

See Also