Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
Lucene.Net.Analysis.Hunspell.HunspellWord Class Reference

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.
 

Detailed Description

Definition at line 22 of file HunspellWord.cs.

Constructor & Destructor Documentation

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.

Parameters
flagsFlags to associate with the word.

Definition at line 35 of file HunspellWord.cs.

Member Function Documentation

Boolean Lucene.Net.Analysis.Hunspell.HunspellWord.HasFlag ( Char  flag)

Checks whether the word has the given flag associated with it.

Parameters
flagFlag to check whether it is associated with the word.
Returns
true if the flag is associated, false otherwise

Definition at line 47 of file HunspellWord.cs.


The documentation for this class was generated from the following file: