com.bigdata.rdf.sparql.ast.eval.fts-singleAsService.rq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bigdata-rdf-test Show documentation
Show all versions of bigdata-rdf-test Show documentation
Blazegraph(TM) RDF Test Suites
PREFIX fts:
SELECT ?res ?score ?snippet WHERE {
SERVICE {
?res fts:search "metaphacts | SYSTAP" .
?res fts:endpoint "http://localhost:8983/solr/solrtest/select" .
?res fts:endpointType "SOLR" .
?res fts:searchResultType "URI" .
?res fts:params "fl=uri,description,score" .
?res fts:searchField "uri" .
?res fts:scoreField "score" .
?res fts:snippetField "description" .
?res fts:timeout "100000" .
?res fts:score ?score .
?res fts:snippet ?snippet .
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy