Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentResult
Packages that use DocumentResult
Package
Description
ElasticSearch index for the
LuceneSail.A Sail implementation that supports full-text indexing via the Lucene API.
-
Uses of DocumentResult in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement DocumentResultModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.rdf4j.sail.elasticsearch that return types with arguments of type DocumentResultModifier and TypeMethodDescriptionprotected 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.luceneMethods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type DocumentResultModifier and TypeMethodDescriptionprotected 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 DocumentResultModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.rdf4j.sail.lucene.impl that return types with arguments of type DocumentResultModifier and TypeMethodDescriptionprotected 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 DocumentResultModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 5.3.0.classDeprecated, for removal: This API element is subject to removal in a future version.since 5.3.0.classDeprecated, for removal: This API element is subject to removal in a future version.since 5.3.0.Methods in org.eclipse.rdf4j.sail.solr that return types with arguments of type DocumentResultModifier and TypeMethodDescriptionprotected Iterable<? extends DocumentResult> SolrIndex.geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar) Deprecated, for removal: This API element is subject to removal in a future version.