Interface RDFSearchService


  • public interface RDFSearchService
    Author:
    ieb
    • Method Detail

      • 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