Builds an analyzer with the given stop words.

Namespace: Lucene.Net.Analysis.Cz
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public CzechAnalyzer(
	FileInfo stopwords
)
Visual Basic
Public Sub New ( _
	stopwords As FileInfo _
)
Visual C++
public:
CzechAnalyzer(
	FileInfo^ stopwords
)

Parameters

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

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

See Also