Class TestTraceSearcher
java.lang.Object
org.hansken.plugin.extraction.test.serialize.TestTraceSearcher
- All Implemented Interfaces:
TraceSearcher
-
Field Summary
Fields inherited from interface org.hansken.plugin.extraction.api.TraceSearcher
ALL_SEARCH_RESULTS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsearch(String query, int count, SearchOptions options) search(String query, int count, SearchScope scope, int start, List<SearchSortOption> sort) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hansken.plugin.extraction.api.TraceSearcher
search, search
-
Constructor Details
-
TestTraceSearcher
-
-
Method Details
-
search
- Specified by:
searchin interfaceTraceSearcher- Throws:
InterruptedExceptionExecutionException
-
search
public SearchResult search(String query, int count, SearchOptions options) throws InterruptedException, ExecutionException - Specified by:
searchin interfaceTraceSearcher- Throws:
InterruptedExceptionExecutionException
-
search
public SearchResult search(String query, int count, SearchScope scope, int start, List<SearchSortOption> sort) throws InterruptedException, ExecutionException - Specified by:
searchin interfaceTraceSearcher- Throws:
InterruptedExceptionExecutionException
-