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
Public Member Functions | List of all members
SpellChecker.Net.Search.Spell.IDictionary Interface Reference

A simple interface representing a Dictionary More...

Inherited by SpellChecker.Net.Search.Spell.LuceneDictionary, and SpellChecker.Net.Search.Spell.PlainTextDictionary.

Public Member Functions

System.Collections.Generic.IEnumerator
< string > 
GetWordsIterator ()
 return all the words present in the dictionary
 

Detailed Description

A simple interface representing a Dictionary

Definition at line 23 of file IDictionary.cs.

Member Function Documentation

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

return all the words present in the dictionary

Returns
Iterator

Implemented in SpellChecker.Net.Search.Spell.LuceneDictionary, and SpellChecker.Net.Search.Spell.PlainTextDictionary.


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