public class QueryResults
extends java.lang.Object
| Constructor and Description |
|---|
QueryResults() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMsg()
get error message
|
int |
getEtAl() |
int |
getHitCount()
get total number of hits found by search engine, not just number of
returned results
|
java.util.List<java.lang.String> |
getHitHandles()
get the List of handles corresponding to hits
|
java.util.List<java.lang.Integer> |
getHitIds()
get the List of handles corresponding to hits
|
java.util.List<java.lang.Integer> |
getHitTypes()
get the List of types corresponding to handles
|
int |
getPageSize()
get length of 'page' of results
|
long |
getQueryTime() |
int |
getStart()
get start of 'page' of results
|
void |
setErrorMsg(java.lang.String msg)
set error message
|
void |
setEtAl(int etAl)
set the number of metadata fields at which to truncate with "et al"
|
void |
setHitCount(int newCount)
set total number of hits found by search engine, not number in hitHandles
|
void |
setHitHandles(java.util.List<java.lang.String> myHits)
set the List of handles corresponding to hits
|
void |
setHitIds(java.util.List<java.lang.Integer> myHits)
set the List of ids corresponding to hits
|
void |
setHitTypes(java.util.List<java.lang.Integer> newTypes)
set the List of types corresponding to handles
|
void |
setPageSize(int newSize)
set length of 'page' of results
|
void |
setQueryTime(long queryTime) |
void |
setStart(int newStart)
set start of 'page' of results
|
public long getQueryTime()
public void setQueryTime(long queryTime)
public int getEtAl()
public void setEtAl(int etAl)
etAl - public void setHitCount(int newCount)
public int getHitCount()
public void setStart(int newStart)
public int getStart()
public void setPageSize(int newSize)
public int getPageSize()
public void setHitHandles(java.util.List<java.lang.String> myHits)
public java.util.List<java.lang.String> getHitHandles()
public void setHitIds(java.util.List<java.lang.Integer> myHits)
public java.util.List<java.lang.Integer> getHitIds()
public void setHitTypes(java.util.List<java.lang.Integer> newTypes)
public java.util.List<java.lang.Integer> getHitTypes()
public void setErrorMsg(java.lang.String msg)
public java.lang.String getErrorMsg()
Copyright © 2013 DuraSpace. All Rights Reserved.