Filters {@link StandardTokenizer} with {@link StandardFilter},
{@link LowerCaseFilter} and {@link StopFilter}, using a list of English stop
words.
You must specify the required {@link Version} compatibility when creating
StandardAnalyzer:
Namespace: Lucene.Net.Analysis.Standard- As of 2.9, StopFilter preserves position increments
- As of 2.4, Tokens incorrectly identified as acronyms are corrected (see LUCENE-1608
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
Inheritance Hierarchy
System..::..Object
Lucene.Net.Analysis..::..Analyzer
Lucene.Net.Analysis.Standard..::..StandardAnalyzer
Lucene.Net.Analysis..::..Analyzer
Lucene.Net.Analysis.Standard..::..StandardAnalyzer