public final class FindexCloud extends FindexBase
| Modifier and Type | Class and Description |
|---|---|
static class |
FindexCloud.IndexRequest |
static class |
FindexCloud.SearchRequest |
| Constructor and Description |
|---|
FindexCloud() |
| Modifier and Type | Method and Description |
|---|---|
static SearchResults |
search(FindexCloud.SearchRequest request) |
static SearchResults |
search(String token,
byte[] label,
Set<Keyword> keyWords) |
static SearchResults |
search(String token,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth) |
static SearchResults |
search(String token,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
int insecureFetchChainsBatchSize,
String baseUrl) |
static void |
upsert(FindexCloud.IndexRequest request) |
static void |
upsert(String token,
byte[] label,
Map<IndexedValue,Set<Keyword>> indexedValuesAndWords) |
static void |
upsert(String token,
byte[] label,
Map<IndexedValue,Set<Keyword>> indexedValuesAndWords,
String baseUrl) |
get_last_error, get_last_error, indexedValuesToJson, keywordsToJson, set_error, unwrappublic static void upsert(String token, byte[] label, Map<IndexedValue,Set<Keyword>> indexedValuesAndWords, String baseUrl) throws CloudproofException
CloudproofExceptionpublic static void upsert(FindexCloud.IndexRequest request) throws CloudproofException
CloudproofExceptionpublic static void upsert(String token, byte[] label, Map<IndexedValue,Set<Keyword>> indexedValuesAndWords) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(FindexCloud.SearchRequest request) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(String token, byte[] label, Set<Keyword> keyWords) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(String token, byte[] label, Set<Keyword> keyWords, int maxResultsPerKeyword, int maxDepth) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(String token, byte[] label, Set<Keyword> keyWords, int maxResultsPerKeyword, int maxDepth, int insecureFetchChainsBatchSize, String baseUrl) throws CloudproofException
CloudproofExceptionCopyright © 2023. All rights reserved.