DictionaryRepository

DictionaryRepository class

Represents a repository of all dictionaries in the Index.

public class DictionaryRepository

Properties

Name Description
AliasDictionary { get; } Gets a dictionary of aliases.
Alphabet { get; } Gets a dictionary of characters.
CharacterReplacements { get; } Gets a dictionary of character replacements.
DocumentPasswords { get; } Gets a dictionary of document passwords.
HomophoneDictionary { get; } Gets a dictionary of homophones.
SpellingCorrector { get; } Gets a spelling corrector.
StopWordDictionary { get; } Gets a dictionary of stop words.
SynonymDictionary { get; } Gets a dictionary of synonyms.
WordFormsProvider { get; set; } Gets or sets a word forms provider.

See Also