|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Public Member Functions | |
| HunspellWord () | |
| Creates a new HunspellWord with no associated flags. | |
| HunspellWord (Char[] flags) | |
| Constructs a new HunspellWord with the given flags. | |
| Boolean | HasFlag (Char flag) |
| Checks whether the word has the given flag associated with it. | |
Definition at line 22 of file HunspellWord.cs.
| Lucene.Net.Analysis.Hunspell.HunspellWord.HunspellWord | ( | ) |
Creates a new HunspellWord with no associated flags.
Definition at line 28 of file HunspellWord.cs.
| Lucene.Net.Analysis.Hunspell.HunspellWord.HunspellWord | ( | Char[] | flags | ) |
Constructs a new HunspellWord with the given flags.
| flags | Flags to associate with the word. |
Definition at line 35 of file HunspellWord.cs.
| Boolean Lucene.Net.Analysis.Hunspell.HunspellWord.HasFlag | ( | Char | flag | ) |
Checks whether the word has the given flag associated with it.
| flag | Flag to check whether it is associated with the word. |
true if the flag is associated, false otherwiseDefinition at line 47 of file HunspellWord.cs.
1.8.3