| Package | Description |
|---|---|
| com.cosmian.jna.findex | |
| com.cosmian.jna.findex.ffi | |
| com.cosmian.jna.findex.structs |
| Modifier and Type | Field and Description |
|---|---|
protected Map<IndexedValue,Set<Keyword>> |
FindexBase.IndexRequest.additions |
protected Map<IndexedValue,Set<Keyword>> |
FindexBase.IndexRequest.deletions |
protected Set<Keyword> |
FindexBase.SearchRequest.keywords |
| Modifier and Type | Method and Description |
|---|---|
SELF |
FindexBase.IndexRequest.add(Map<? extends ToIndexedValue,Set<Keyword>> additions) |
KeywordSet |
Findex.add(Map<IndexedValue,Set<Keyword>> associations)
Add the given associations to the index.
|
SELF |
FindexBase.IndexRequest.add(ToIndexedValue toIndexedValue,
Set<Keyword> keywords) |
KeywordSet |
Findex.deletion(Map<IndexedValue,Set<Keyword>> associations)
Remove the given associations from the index.
|
default boolean |
Interrupt.interrupt(Map<Keyword,Set<IndexedValue>> intermediateResults)
Function called at each recursion level of the search operation.
|
SELF |
FindexBase.SearchRequest.keywords(Set<Keyword> keywords) |
SearchResults |
Findex.search(Set<Keyword> keywords)
Search the index for the given keywords, without interruption.
|
SearchResults |
Findex.search(Set<Keyword> keywords,
Interrupt interrupt)
Search the index for the given keywords.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Keyword,Set<IndexedValue>> |
IntermediateResults.getResults() |
Map<Keyword,Set<Location>> |
SearchResults.getResults() |
Set<Keyword> |
KeywordSet.getResults() |
| Modifier and Type | Method and Description |
|---|---|
Set<Location> |
SearchResults.get(Keyword keyword) |
Set<Long> |
SearchResults.getNumbers(Keyword keyword) |
Set<String> |
SearchResults.getStrings(Keyword keyword) |
Set<UUID> |
SearchResults.getUuids(Keyword keyword) |
| Modifier and Type | Method and Description |
|---|---|
Keyword |
IndexedValue.getKeyword() |
| Constructor and Description |
|---|
IndexedValue(Keyword keyword) |
Copyright © 2023. All rights reserved.