Class SearchBloxClient
- java.lang.Object
-
- org.apache.manifoldcf.agents.output.searchblox.SearchBloxClient
-
public class SearchBloxClient extends java.lang.ObjectSearchBox REST Client- Author:
- Rafa Haro <rharo@apache.org>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchBloxClient.ResponseCode
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_ENDPOINT
-
Constructor Summary
Constructors Constructor Description SearchBloxClient(java.lang.String apikey, javax.ws.rs.client.ClientBuilder builder, java.lang.String endpoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchBloxClient.ResponseCodeaddUpdateDocument(SearchBloxDocument document, java.lang.String format)SearchBloxClient.ResponseCodeclearCollection(java.lang.String colname, java.lang.String format)SearchBloxClient.ResponseCodecreateCollection(java.lang.String colname, java.lang.String format)SearchBloxClient.ResponseCodedeleteDocument(SearchBloxDocument document, java.lang.String format)booleanping(java.lang.String format)
-
-
-
Field Detail
-
DEFAULT_ENDPOINT
public static final java.lang.String DEFAULT_ENDPOINT
- See Also:
- Constant Field Values
-
-
Method Detail
-
addUpdateDocument
public SearchBloxClient.ResponseCode addUpdateDocument(SearchBloxDocument document, java.lang.String format) throws SearchBloxException
- Throws:
SearchBloxException
-
deleteDocument
public SearchBloxClient.ResponseCode deleteDocument(SearchBloxDocument document, java.lang.String format) throws SearchBloxException
- Throws:
SearchBloxException
-
createCollection
public SearchBloxClient.ResponseCode createCollection(java.lang.String colname, java.lang.String format) throws SearchBloxException
- Throws:
SearchBloxException
-
clearCollection
public SearchBloxClient.ResponseCode clearCollection(java.lang.String colname, java.lang.String format) throws SearchBloxException
- Throws:
SearchBloxException
-
ping
public boolean ping(java.lang.String format) throws SearchBloxException- Throws:
SearchBloxException
-
-