Package | Description |
---|---|
com.yourmediashelf.fedora.client | |
com.yourmediashelf.fedora.client.request |
Modifier and Type | Method and Description |
---|---|
static RiSearch |
FedoraClient.riSearch(String query) |
Modifier and Type | Method and Description |
---|---|
RiSearch |
RiSearch.distinct(boolean distinct)
Whether to force duplicate results to be dropped.
|
RiSearch |
RiSearch.flush(boolean flush)
The flush parameter tells the Resource Index to ensure that any
recently-added/modified/deleted triples are flushed to the triplestore
before executing the query.
|
RiSearch |
RiSearch.format(String format)
The desired response format.
|
RiSearch |
RiSearch.lang(String lang)
The query language to use.
|
RiSearch |
RiSearch.limit(int limit)
The maximum number of results to return.
|
RiSearch |
RiSearch.stream(boolean stream)
Whether to stream the results right away (faster), or to save them to a
temporary file before sending them to the client.
|
RiSearch |
RiSearch.template(String template)
Templates are used to convert tuple query results to triples.
|
RiSearch |
RiSearch.type(String type)
A tuple query is one that returns a list of named values.
|
Copyright © 2010-2013 MediaShelf. All Rights Reserved.