| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi |
| Modifier and Type | Method and Description |
|---|---|
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
int insecureFetchChainsBatchSize,
Database db) |
| Modifier and Type | Method and Description |
|---|---|
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
Database db) |
static Map<Keyword,Set<Location>> |
Findex.search(byte[] key,
byte[] label,
Set<Keyword> keyWords,
int maxResultsPerKeyword,
int maxDepth,
int insecureFetchChainsBatchSize,
Database db) |
static void |
Findex.upsert(byte[] key,
byte[] label,
Map<IndexedValue,Set<Keyword>> indexedValuesAndWords,
Database db) |
| Modifier and Type | Method and Description |
|---|---|
Map<Keyword,Set<Location>> |
SearchResults.getResults() |
Copyright © 2023. All rights reserved.