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 classBatchSearchResultABatchSearchResultis aSearchResultimplementation 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 SearchResultTraceSearcher. search(String query, int count)Searches in Hansken for Traces matching provided query, scoped to the image under extraction.SearchResultTraceSearcher. search(String query, int count, TraceSearcher.SearchScope scope)Searches in Hansken for Traces matching provided query.
-