Uses of Interface
org.hansken.plugin.extraction.api.SearchResult
-
Packages that use SearchResult Package Description org.hansken.plugin.extraction.api This is the API of the Extraction Plugins SDK. -
-
Uses of SearchResult in org.hansken.plugin.extraction.api
Classes in org.hansken.plugin.extraction.api that implement SearchResult Modifier and Type Class Description class
BatchSearchResult
ABatchSearchResult
is aSearchResult
implementation that stores all found traces using a single setTraces call.Methods in org.hansken.plugin.extraction.api that return SearchResult Modifier and Type Method Description default SearchResult
TraceSearcher. search(String query, int count)
Searches in Hansken for Traces matching provided query, scoped to the image under extraction.SearchResult
TraceSearcher. search(String query, int count, TraceSearcher.SearchScope scope)
Searches in Hansken for Traces matching provided query.
-