GroupDocs.Search.Dictionaries
Contents
[
Hide
]
The namespace provides classes of various dictionaries.
Classes
Class | Description |
---|---|
AliasDictionary | Represents a dictionary of aliases. |
AliasReplacementPair | Represents an alias/replacement pair. |
Alphabet | Represents a dictionary of characters that is used during indexing to detect character type. Each character can be handled as separator, as letter, or both. |
CharacterReplacementDictionary | Represents a character replacement dictionary that is used during the indexing process. Character replacement can be used, for example, to remove accents from accented characters or to make case-insensitive index. |
CharacterReplacementPair | Represents a character/replacement pair. |
DictionaryBase | Represents the base class for a dictionary. |
DictionaryRepository | Represents a repository of all dictionaries in the Index. |
EnglishWordFormsProvider | Represents an English word forms provider. |
HomophoneDictionary | Represents a dictionary of heterographic homophones. |
PasswordDictionary | Represents a dictionary of document passwords. |
SpellingCorrector | Represents a spelling corrector for terms in a query. |
StopWordDictionary | Represents a dictionary of stop words. |
SynonymDictionary | Represents a dictionary of synonyms. |
Interfaces
Interface | Description |
---|---|
IWordFormsProvider | Defines interface of a word forms provider. |
Enumeration
Enumeration | Description |
---|---|
CharacterType | Represents a type of a character, depending on how it should be indexed. |
DictionaryType | Represents a type of a dictionary. |