Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentScore
Packages that use DocumentScore
Package
Description
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 DocumentScoreModifier and TypeMethodDescriptionprivate Iterable<? extends DocumentScore> AbstractSearchIndex.evaluateQuery(QuerySpec query) Evaluates one Lucene Query.protected abstract Iterable<? extends DocumentScore> Iterable<? extends DocumentScore> Deprecated.Queries for the given subject or all subjects if null.Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type DocumentScoreModifier and TypeMethodDescriptionprivate BindingSetCollectionAbstractSearchIndex.generateBindingSets(QuerySpec query, Iterable<? extends DocumentScore> hits) This method generates bindings from the given result of a Lucene query.