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 private java.lang.Iterable<? extends DocumentScore>AbstractSearchIndex. evaluateQuery(QuerySpec query)Evaluates one Lucene Query.protected abstract java.lang.Iterable<? extends DocumentScore>AbstractSearchIndex. query(Resource subject, QuerySpec param)java.lang.Iterable<? extends DocumentScore>SearchQuery. query(Resource subject)Deprecated.Queries for the given subject or all subjects if null.Method parameters in org.eclipse.rdf4j.sail.lucene with type arguments of type DocumentScore Modifier and Type Method Description private BindingSetCollectionAbstractSearchIndex. generateBindingSets(QuerySpec query, java.lang.Iterable<? extends DocumentScore> hits)This method generates bindings from the given result of a Lucene query.
-