|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResults | |
|---|---|
| org.dspace.app.util | |
| org.dspace.search | Interface to the Lucene search engine, and the 'harvest' API for retrieving items modified within a given date range. |
| Uses of QueryResults in org.dspace.app.util |
|---|
| Methods in org.dspace.app.util with parameters of type QueryResults | |
|---|---|
static Document |
OpenSearch.getResultsDoc(String format,
String query,
QueryResults qResults,
DSpaceObject scope,
DSpaceObject[] results,
Map<String,String> labels)
Returns a formatted set of search results as a document |
static String |
OpenSearch.getResultsString(String format,
String query,
QueryResults qResults,
DSpaceObject scope,
DSpaceObject[] results,
Map<String,String> labels)
Returns a formatted set of search results as a string |
| Uses of QueryResults in org.dspace.search |
|---|
| Methods in org.dspace.search that return QueryResults | |
|---|---|
static QueryResults |
DSQuery.doQuery(Context c,
QueryArgs args)
Do a query, returning a QueryResults object |
static QueryResults |
DSQuery.doQuery(Context c,
QueryArgs args,
Collection coll)
Do a query, restricted to a collection |
static QueryResults |
DSQuery.doQuery(Context c,
QueryArgs args,
Community comm)
Do a query, restricted to a community |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||