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