Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Public Member Functions | List of all members
SpellChecker.Net.Search.Spell.LuceneDictionary Class Reference

Lucene Dictionary More...

Inherits SpellChecker.Net.Search.Spell.IDictionary, and IEnumerable< string >.

Classes

class  LuceneIterator
 

Public Member Functions

 LuceneDictionary (IndexReader reader, System.String field)
 
virtual
System.Collections.Generic.IEnumerator
< string > 
GetWordsIterator ()
 return all the words present in the dictionary
 
System.Collections.Generic.IEnumerator
< string > 
GetEnumerator ()
 

Detailed Description

Lucene Dictionary

Definition at line 31 of file LuceneDictionary.cs.

Constructor & Destructor Documentation

SpellChecker.Net.Search.Spell.LuceneDictionary.LuceneDictionary ( IndexReader  reader,
System.String  field 
)

Definition at line 36 of file LuceneDictionary.cs.

Member Function Documentation

System.Collections.Generic.IEnumerator<string> SpellChecker.Net.Search.Spell.LuceneDictionary.GetEnumerator ( )

Definition at line 47 of file LuceneDictionary.cs.

virtual System.Collections.Generic.IEnumerator<string> SpellChecker.Net.Search.Spell.LuceneDictionary.GetWordsIterator ( )
virtual

return all the words present in the dictionary

Returns
Iterator

Implements SpellChecker.Net.Search.Spell.IDictionary.

Definition at line 42 of file LuceneDictionary.cs.


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