public interface SearchResultInterface
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPaginate()
Can this display be paginated (next/previous pages for display)?
|
void |
doParse()
Populate the search result list
|
int |
getMatchCount()
Return the count of matching items found
|
String |
getNextPreviewPage()
Fetch the "next preview page" reference (used to paginate results
null if none)
|
String |
getPreviousPreviewPage()
Fetch the "previous preview page" reference (used to paginate results,
null if none)
|
String |
getQuery()
Fetch the original query text
|
String |
getSearchResponseString()
Return search results as a String
|
int |
getSearchStart()
Return the starting item number for this search (one based)
|
void |
initialize(QueryBase query)
Save various attributes of the general search request
|
Iterator |
iterator()
Get an iterator to the result list
|
void initialize(QueryBase query)
query - The QueryBase extension that sent the search requestvoid doParse()
String getQuery()
String getSearchResponseString()
int getSearchStart()
int getMatchCount()
String getNextPreviewPage()
String getPreviousPreviewPage()
boolean canPaginate()
Iterator iterator()
Copyright © 2004–2020 Indiana University Library Information Technology. All rights reserved.