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 | Typedefs
Package SpellChecker.Net.Search.Spell

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 >
 

Typedef Documentation

Definition at line 27 of file SpellChecker.cs.

Definition at line 28 of file SpellChecker.cs.

Definition at line 29 of file SpellChecker.cs.

Definition at line 30 of file SpellChecker.cs.

Definition at line 31 of file SpellChecker.cs.

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.

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.

Definition at line 25 of file LuceneDictionary.cs.

Definition at line 37 of file SpellChecker.cs.

Definition at line 38 of file SpellChecker.cs.