Package | Description |
---|---|
com.groupdocs.search.options |
The package provides classes to specify additional options of various operations.
|
Modifier and Type | Method and Description |
---|---|
protected static SpellingCorrectorOptions |
SpellingCorrectorOptions.create() |
protected static SpellingCorrectorOptions |
SpellingCorrectorOptions.create(ArrayReader reader) |
SpellingCorrectorOptions |
SearchOptions.getSpellingCorrector()
Gets the spelling corrector options.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
SpellingCorrectorOptions.getByteCount(SpellingCorrectorOptions options) |
protected static byte |
SpellingCorrectorOptions.getMaxMistakeCount(SpellingCorrectorOptions options) |
protected static void |
SpellingCorrectorOptions.toByteArray(SpellingCorrectorOptions options,
ArrayWriter writer) |