public class ASTFulltextSearchOptimizer extends ASTSearchOptimizerBase
FTS.SEARCH and related magic predicates into a
ServiceNode which will invoke the bigdata search engine.
with {
select ?subj ?score
where {
?res fts:search "foo" .
?res fts:endpoint "http://my.solr.endpoint"
?res fts:relevance ?score .
}
} as %searchSet1
| Modifier and Type | Field and Description |
|---|---|
static Set<org.openrdf.model.URI> |
searchUris |
| Constructor and Description |
|---|
ASTFulltextSearchOptimizer() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getNamespace()
Get the namespace variables.
|
protected org.openrdf.model.URI |
getSearchPredicate()
Get the search predicate variables.
|
protected Set<org.openrdf.model.URI> |
getSearchUris()
Get the search URIs fields.
|
optimizepublic static final Set<org.openrdf.model.URI> searchUris
protected Set<org.openrdf.model.URI> getSearchUris()
ASTSearchOptimizerBasegetSearchUris in class ASTSearchOptimizerBaseprotected String getNamespace()
ASTSearchOptimizerBasegetNamespace in class ASTSearchOptimizerBaseprotected org.openrdf.model.URI getSearchPredicate()
ASTSearchOptimizerBasegetSearchPredicate in class ASTSearchOptimizerBaseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.