Modifier and Type | Method and Description |
---|---|
SearchBloxClient.ResponseCode |
SearchBloxClient.addUpdateDocument(SearchBloxDocument document,
String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.clearCollection(String colname,
String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.createCollection(String colname,
String format) |
SearchBloxClient.ResponseCode |
SearchBloxClient.deleteDocument(SearchBloxDocument document,
String format) |
static SearchBloxClient.ResponseCode |
SearchBloxClient.ResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchBloxClient.ResponseCode[] |
SearchBloxClient.ResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|