Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentResult
-
Packages that use DocumentResult Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
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 private java.lang.Iterable<? extends DocumentResult>
AbstractSearchIndex. evaluateQuery(GeoRelationQuerySpec query)
protected abstract java.lang.Iterable<? extends DocumentResult>
AbstractSearchIndex. geoRelationQuery(java.lang.String relation, IRI geoProperty, java.lang.String wkt, Var context)
Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type DocumentResult Modifier and Type Method Description private BindingSetCollection
AbstractSearchIndex. generateBindingSets(GeoRelationQuerySpec query, java.lang.Iterable<? extends DocumentResult> hits)
-