evalFreeTextSearch: Query using free-text indices

Description Usage Arguments Value Examples

Description

Query the repository using a free-text index

Usage

1
2
evalFreeTextSearch(repository, pattern, index = NULL, limit = NULL,
  offset = NULL, sorted = NULL)

Arguments

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

Value

A list describing all configuration parametes of index of interest

Examples

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)

baasman/allegRo documentation built on May 11, 2019, 5:22 p.m.