I created an lucene index in ontotext graphdb based on graphdb documentation. However i cannot figure out how to delete the index with sparql.
Sparql to create index
PREFIX luc: <http://www.ontotext.com/owlim/lucene#>
INSERT DATA {
luc:analyzer luc:setParam "com.example.CustomAnalyzerFactory" .
luc:index luc:setParam "uris".
luc:moleculeSize luc:setParam "1".
luc:myIndex luc:createIndex "true".
}
What options does <http://www.ontotext.com/owlim/lucene#> support to delete the index