Builds an analyzer with the stop words from the given file.
Namespace: Lucene.Net.AnalysisAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public StopAnalyzer( Version matchVersion, FileInfo stopwordsFile ) |
Visual Basic |
---|
Public Sub New ( _ matchVersion As Version, _ stopwordsFile As FileInfo _ ) |
Visual C++ |
---|
public: StopAnalyzer( Version^ matchVersion, FileInfo^ stopwordsFile ) |
Parameters
- matchVersion
- Type: Lucene.Net.Util..::..Version
See above
- stopwordsFile
- Type: System.IO..::..FileInfo
File to load stop words from
See Also
[!:WordlistLoader.getWordSet(File)]