Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentScore
-
Packages that use DocumentScore Package Description org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API. -
-
Uses of DocumentScore in org.eclipse.rdf4j.sail.lucene
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type DocumentScore Modifier and Type Method Description protected abstract Iterable<? extends DocumentScore>AbstractSearchIndex. query(org.eclipse.rdf4j.model.Resource subject, QuerySpec param)Iterable<? extends DocumentScore>SearchQuery. query(org.eclipse.rdf4j.model.Resource subject)Deprecated.Queries for the given subject or all subjects if null.
-