com.bigdata.rdf.sparql.ast.eval.fts-rejectEmptyEndpoint.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 {
?res fts:search "test" .
?res fts:endpoint "" .
?res fts:endpointType "SOLR" .
?res fts:params "defType=dismax&bf=uses^50" .
?res fts:searchResultType "URI" .
?res fts:timeout "5000" .
?res fts:score ?score .
?res fts:snippet ?snippet .
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy