public static class ResourceExtension.DictionaryManager extends ResourceManager
Constructor and Description |
---|
ResourceExtension.DictionaryManager(DatabaseClient client) |
Modifier and Type | Method and Description |
---|---|
Document[] |
checkDictionaries(String... uris) |
void |
createDictionary(String uri,
String[] words) |
void |
deleteDictionary(String uri) |
boolean |
isCorrect(String word,
String... uris) |
String[] |
suggest(String word,
Integer maximum,
Integer distanceThreshold,
String... uris) |
getName, startLogging, stopLogging
public static final String NAME
public ResourceExtension.DictionaryManager(DatabaseClient client)
public void createDictionary(String uri, String[] words) throws ResourceNotFoundException, ForbiddenUserException, FailedRequestException
public String[] suggest(String word, Integer maximum, Integer distanceThreshold, String... uris)
public void deleteDictionary(String uri) throws ResourceNotFoundException, ForbiddenUserException, FailedRequestException
Copyright © 2013-2015 MarkLogic Corporation.