|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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 () |
Lucene Dictionary
Definition at line 31 of file LuceneDictionary.cs.
| SpellChecker.Net.Search.Spell.LuceneDictionary.LuceneDictionary | ( | IndexReader | reader, |
| System.String | field | ||
| ) |
Definition at line 36 of file LuceneDictionary.cs.
| System.Collections.Generic.IEnumerator<string> SpellChecker.Net.Search.Spell.LuceneDictionary.GetEnumerator | ( | ) |
Definition at line 47 of file LuceneDictionary.cs.
|
virtual |
return all the words present in the dictionary
Implements SpellChecker.Net.Search.Spell.IDictionary.
Definition at line 42 of file LuceneDictionary.cs.
1.8.3