Index Management

Simple free text indices are created on demand associated with a given repository, when it is the target of a query which addresses the index. These are queries which use the index predicate:

<http://jena.hpl.hp.com/ARQ/property#textMatch>

In order to refresh the index, delete it to cause it to be recreated on demand.

DELETE

In order to delete a free text index, delete the resource associated with the repository:

https://dydra.com/system/accounts/<account>/repositories/<repository>/text-index

Headers

Accept: application/n-quads

Response

The response contains a simple rdf graph to describe the transaction. The index is then recreated during the response to the next query which addresses in in a query to the related repository.