Package org.fcrepo.search.api
Class SearchResult
java.lang.Object
org.fcrepo.search.api.SearchResult
This class holds the search result data for a single page.
- Author:
- dbernstein
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorSearchResult(List<Map<String, Object>> items, PaginationInfo pagination) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetItems()The list of items returned by the search operation associated with the page indicated by the pagination info.The pagination information.
-
Constructor Details
-
SearchResult
public SearchResult()Default Constructor -
SearchResult
Constructor- Parameters:
items- The individual search result itemspagination- The pagination info
-
-
Method Details
-
getPagination
The pagination information.- Returns:
- The pagination info
-
getItems
The list of items returned by the search operation associated with the page indicated by the pagination info.- Returns:
- The list of items
-