com.clarkparsia.stardog.api.search
Interface SearchConnection

All Superinterfaces:
Connection

public interface SearchConnection
extends Connection

Extends the standard SNARL Connection exposing the full-text search support provided by Waldo.

Since:
0.7
Version:
0.7
Author:
Michael Grove

Method Summary
 Searcher search()
          Create a Searcher for conducting full-text searches against your RDF database via Waldo.
 
Methods inherited from interface com.clarkparsia.stardog.api.Connection
add, as, begin, close, commit, get, isAutoCommit, isOpen, loginDBMS, namespaces, query, query, remove, rollback, setAutoCommit, size
 

Method Detail

search

Searcher search()
                throws StardogException
Create a Searcher for conducting full-text searches against your RDF database via Waldo.

Returns:
a new Searcher object
Throws:
StardogException - if a searcher cannot be created, either because the database you are connected to does not not have search enabled or the search plugin is not installed.


Copyright © 2010-2013 Clark & Parsia. All Rights Reserved.