Package org.sakaiproject.search.api.rdf
Interface RDFSearchService
-
public interface RDFSearchService- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddData(String data)adds a block of RDF expressed as XML-RDF to the storeListsearch(String searchSpec)Performs a table based search using RQL on the RDF store returning a list of results.
-
-
-
Method Detail
-
addData
void addData(String data) throws RDFIndexException
adds a block of RDF expressed as XML-RDF to the store- Parameters:
data-- Throws:
RDFIndexException
-
search
List search(String searchSpec) throws RDFSearchException
Performs a table based search using RQL on the RDF store returning a list of results. Ideally the implementation should not force binding to the underlying provider in the list- Parameters:
searchSpec-- Returns:
- Throws:
RDFSearchException
-
-