Uses of Class
nl.knaw.dans.lib.dataverse.model.search.ResultItem
Package
Description
Main package for the DANS Dataverse Client Library
-
Uses of ResultItem in nl.knaw.dans.lib.dataverse
Modifier and TypeMethodDescriptionReturns an iterator to all the results for the specified query and default options.SearchApi.iterator
(String query, SearchOptions searchOptions) Returns an iterator to all the results for the specified query and options. -
Uses of ResultItem in nl.knaw.dans.lib.dataverse.model.search
Modifier and TypeClassDescriptionclass
class
class
ModifierConstructorDescriptionSearchResult
(String q, int totalCount, int start, Map<String, String> spellingAlternatives, List<ResultItem> items, int countInResponse)