Class StopAnalyzer
Filters Letter
You must specify the required Lucene.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class StopAnalyzer : Analyzer
Constructors
Name | Description |
---|---|
Stop |
Builds an analyzer which removes words in ENGLISH_STOP_WORDS. |
StopAnalyzer(Version, ISet<String>) | Builds an analyzer with the stop words from the given set. |
Stop |
Builds an analyzer with the stop words from the given file. |
Stop |
Builds an analyzer with the stop words from the given reader. |
Fields
Name | Description |
---|---|
ENGLISH_STOP_WORDS_SET | An unmodifiable set containing some common English words that are not usually useful for searching. |
Methods
Name | Description |
---|---|
Reusable |
|
Token |
Filters LowerCaseTokenizer with StopFilter. |