|
Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
Classes | |
| interface | IDictionary |
| A simple interface representing a Dictionary More... | |
| class | JaroWinklerDistance |
| class | LevenshteinDistance |
| Levenshtein edit distance More... | |
| class | LuceneDictionary |
| Lucene Dictionary More... | |
| class | NGramDistance |
| class | PlainTextDictionary |
| Dictionary represented by a file text. Format allowed: 1 word per line: word1 word2 word3 More... | |
| class | SpellChecker |
| More... | |
| interface | StringDistance |
| Interface for string distances. More... | |
| class | SuggestWord |
| SuggestWord Class, used in suggestSimilar method in SpellChecker class. More... | |
| class | SuggestWordQueue |
| class | TRStringDistance |
| Edit distance class More... | |
Typedefs | |
| using | IndexReader = Lucene.Net.Index.IndexReader |
| using | TermEnum = Lucene.Net.Index.TermEnum |
| using | Term = Lucene.Net.Index.Term |
| using | BooleanClause = Lucene.Net.Search.BooleanClause |
| using | BooleanQuery = Lucene.Net.Search.BooleanQuery |
| using | Directory = Lucene.Net.Store.Directory |
| using | Document = Lucene.Net.Documents.Document |
| using | Field = Lucene.Net.Documents.Field |
| using | IndexSearcher = Lucene.Net.Search.IndexSearcher |
| using | IndexWriter = Lucene.Net.Index.IndexWriter |
| using | Query = Lucene.Net.Search.Query |
| using | TermQuery = Lucene.Net.Search.TermQuery |
| using | WhitespaceAnalyzer = Lucene.Net.Analysis.WhitespaceAnalyzer |
| using | PriorityQueue = Lucene.Net.Util.PriorityQueue< SuggestWord > |
Definition at line 27 of file SpellChecker.cs.
Definition at line 28 of file SpellChecker.cs.
| using SpellChecker.Net.Search.Spell.Directory = typedef Lucene.Net.Store.Directory |
Definition at line 29 of file SpellChecker.cs.
| using SpellChecker.Net.Search.Spell.Document = typedef Lucene.Net.Documents.Document |
Definition at line 30 of file SpellChecker.cs.
| using SpellChecker.Net.Search.Spell.Field = typedef Lucene.Net.Documents.Field |
Definition at line 31 of file SpellChecker.cs.
| typedef Lucene Net Index IndexReader SpellChecker.Net.Search.Spell.IndexReader |
Definition at line 24 of file LuceneDictionary.cs.
Definition at line 33 of file SpellChecker.cs.
Definition at line 34 of file SpellChecker.cs.
| using SpellChecker.Net.Search.Spell.PriorityQueue = typedef Lucene.Net.Util.PriorityQueue<SuggestWord> |
Definition at line 21 of file SuggestWordQueue.cs.
| using SpellChecker.Net.Search.Spell.Query = typedef Lucene.Net.Search.Query |
Definition at line 35 of file SpellChecker.cs.
| typedef Lucene Net Index Term SpellChecker.Net.Search.Spell.Term |
Definition at line 26 of file LuceneDictionary.cs.
| using SpellChecker.Net.Search.Spell.TermEnum = typedef Lucene.Net.Index.TermEnum |
Definition at line 25 of file LuceneDictionary.cs.
| using SpellChecker.Net.Search.Spell.TermQuery = typedef Lucene.Net.Search.TermQuery |
Definition at line 37 of file SpellChecker.cs.
| using SpellChecker.Net.Search.Spell.WhitespaceAnalyzer = typedef Lucene.Net.Analysis.WhitespaceAnalyzer |
Definition at line 38 of file SpellChecker.cs.
1.8.3