public final class Findex extends FindexBase
| Modifier and Type | Class and Description |
|---|---|
static class |
Findex.IndexRequest |
static class |
Findex.SearchRequest |
| Constructor and Description |
|---|
Findex() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compact(int numberOfReindexingPhasesBeforeFullSet,
byte[] existingKey,
byte[] newKey,
byte[] label,
Database database) |
static SearchResults |
search(byte[] key,
byte[] label,
Set<Keyword> keywords,
Database db) |
static SearchResults |
search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
int insecureFetchChainsBatchSize,
Database db,
FindexUserCallbacks.SearchProgress progressCallback) |
static SearchResults |
search(Findex.SearchRequest request) |
static void |
upsert(byte[] key,
byte[] label,
Map<IndexedValue,Set<Keyword>> indexedValuesAndWords,
Database db) |
static void |
upsert(Findex.IndexRequest request) |
get_last_error, get_last_error, indexedValuesToJson, keywordsToJson, set_error, unwrappublic static void upsert(byte[] key,
byte[] label,
Map<IndexedValue,Set<Keyword>> indexedValuesAndWords,
Database db)
throws CloudproofException
CloudproofExceptionpublic static void upsert(Findex.IndexRequest request) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(Findex.SearchRequest request) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(byte[] key, byte[] label, Set<Keyword> keywords, Database db) throws CloudproofException
CloudproofExceptionpublic static SearchResults search(byte[] key, byte[] label, Set<Keyword> keyWords, int maxResultsPerKeyword, int maxDepth, int insecureFetchChainsBatchSize, Database db, FindexUserCallbacks.SearchProgress progressCallback) throws CloudproofException
CloudproofExceptionpublic static void compact(int numberOfReindexingPhasesBeforeFullSet,
byte[] existingKey,
byte[] newKey,
byte[] label,
Database database)
throws CloudproofException
CloudproofExceptionCopyright © 2023. All rights reserved.