Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentResult
-
Packages that use DocumentResult Package Description org.eclipse.rdf4j.sail.elasticsearch ElasticSearch index for theLuceneSail
.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.impl org.eclipse.rdf4j.sail.solr -
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement DocumentResult Modifier and Type Class Description class
ElasticsearchDocumentDistance
class
ElasticsearchDocumentResult
class
ElasticsearchDocumentScore
Methods in org.eclipse.rdf4j.sail.elasticsearch that return types with arguments of type DocumentResult Modifier and Type Method Description protected Iterable<? extends DocumentResult>
ElasticsearchIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.lucene
Subinterfaces of DocumentResult in org.eclipse.rdf4j.sail.lucene Modifier and Type Interface Description interface
DocumentDistance
interface
DocumentScore
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type DocumentResult Modifier and Type Method Description protected abstract Iterable<? extends DocumentResult>
AbstractSearchIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var context)
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.lucene.impl
Classes in org.eclipse.rdf4j.sail.lucene.impl that implement DocumentResult Modifier and Type Class Description class
LuceneDocumentDistance
class
LuceneDocumentResult
class
LuceneDocumentScore
Methods in org.eclipse.rdf4j.sail.lucene.impl that return types with arguments of type DocumentResult Modifier and Type Method Description protected Iterable<? extends DocumentResult>
LuceneIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement DocumentResult Modifier and Type Class Description class
SolrDocumentDistance
class
SolrDocumentResult
class
SolrDocumentScore
Methods in org.eclipse.rdf4j.sail.solr that return types with arguments of type DocumentResult Modifier and Type Method Description protected Iterable<? extends DocumentResult>
SolrIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
-