All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rdf.sparql.ast.eval.fts-rejectNoSearchString.rq Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
PREFIX fts: 
SELECT ?res ?score ?snippet WHERE {
  ?res fts:endpoint "http://localhost:8983/solr/solrtest/select" .
  ?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