Skip to main content

Index

//d1-client-java/io.cybercrypt.d1.serviceClients/Index

Index

[d1]\ public interface Index

Functions

NameSummary
add[d1]
public abstract voidadd(List<String>keywords, Stringidentifier)
Add keywords/identifer pairs to secure index.
delete[d1]
public abstract voiddelete(List<String>keywords, Stringidentifer)
Delete keywords/identifer pairs from secure index.
search[d1]
public abstract SearchResponsesearch(Stringkeyword)
Search for a keyword in secure index.