Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.dictionaries |
The package provides classes of various dictionaries.
|
Modifier and Type | Method and Description |
---|---|
EventHub |
Index.getEvents()
Gets the event hub for subscribing to events.
|
EventHub |
IndexRepository.getEvents()
Gets the event hub for subscribing to events.
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Index.raiseErrorOccurred(EventHub events,
String message,
boolean isCritical) |
Constructor and Description |
---|
AliasDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
AliasDictionary class. |
Alphabet(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
Alphabet class. |
CharacterReplacementDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
CharacterReplacementDictionary class. |
DictionaryBase(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
DictionaryBase class. |
HomophoneDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
HomophoneDictionary class. |
PasswordDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
PasswordDictionary class. |
SpellingCorrector(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
SpellingCorrector class. |
StopWordDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
StopWordDictionary class. |
SynonymDictionary(EventHub events,
String filePath,
boolean saveOnChange)
Initializes a new instance of the
SynonymDictionary class. |