Uses of Interface
org.hansken.plugin.extraction.api.SearchResult
Packages that use SearchResult
Package
Description
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 SearchResultModifier and TypeClassDescriptionclassABatchSearchResultis aSearchResultimplementation that stores all found traces using a single setTraces call.Methods in org.hansken.plugin.extraction.api that return SearchResultModifier and TypeMethodDescriptiondefault SearchResultSearches in Hansken for Traces matching provided query, scoped to the image under extraction.default SearchResultTraceSearcher.search(String query, int count, SearchOptions options) Searches in Hansken for Traces matching provided query.TraceSearcher.search(String query, int count, SearchScope scope, int start, List<SearchSortOption> sort) Searches in Hansken for Traces matching provided query.