Description Usage Arguments Value Examples
Query the repository using a free-text index
1 2 | evalFreeTextSearch(repository, pattern, index = NULL, limit = NULL,
offset = NULL, sorted = NULL)
|
repository |
Object of type repository specifying server details and repository to work on. |
pattern |
A string to match triples on |
index |
The index you want to use |
limit |
Integer, number of triples to return |
offset |
Integer, number of triples to skip |
sorted |
TRUE or FALSE, defaults to FALSE |
A list describing all configuration parametes of index of interest
1 2 3 4 5 6 | ## Not run:
service = service("localhost","user","password")
rep = repository(catalog(service,"root"),"test")
getFreeTextIndexConfiguration(rep,repo = 'testRepo',index = 'index')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.