You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * @param searchQueries The user-provided queries. TODO: Change to "object": title, Lucene-query, map: fetcher -> fetcher-specific query, on error, the original string is used (maybe highlight in the UI) */StudyFetcher(List<SearchBasedFetcher> activeFetchers, List<String> searchQueries) throwsIllegalArgumentException {
this.searchQueries = searchQueries;
this.activeFetchers = activeFetchers;
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: