graphdb-workbench-tests
Version:
Cypress tests for GraphDB workbench
16 lines (15 loc) • 884 B
JSON
[
{
"name": "similarity-index",
"options": "-termweight idf",
"selectQuery": "SELECT ?documentID ?documentText {\n\t?documentID ?p ?documentText .\n\tfilter(isLiteral(?documentText))\n}",
"searchQuery": "PREFIX :<http://www.ontotext.com/graphdb/similarity/>\nPREFIX similarity-index:<http://www.ontotext.com/graphdb/similarity/instance/>\nPREFIX pubo: <http://ontology.ontotext.com/publishing#>\n\nSELECT ?documentID ?score {\n ?search a ?index ;\n ?searchType ?query;\n :searchParameters ?parameters;\n ?resultType ?result .\n ?result :value ?documentID ;\n :score ?score.\n}",
"analogicalQuery": "",
"stopList": null,
"analyzer": "org.apache.lucene.analysis.en.EnglishAnalyzer",
"status": "BUILT",
"infer": true,
"sameAs": true,
"type": "text"
}
]