Uses of Interface
org.eclipse.rdf4j.sail.lucene.DocumentScore
-
Packages that use DocumentScore Package Description org.eclipse.rdf4j.sail.elasticsearch ElasticSearch index for theLuceneSail
.org.eclipse.rdf4j.sail.lucene A Sail implementation that supports full-text indexing via the Lucene API.org.eclipse.rdf4j.sail.lucene.impl org.eclipse.rdf4j.sail.solr -
-
Uses of DocumentScore in org.eclipse.rdf4j.sail.elasticsearch
Classes in org.eclipse.rdf4j.sail.elasticsearch that implement DocumentScore Modifier and Type Class Description class
ElasticsearchDocumentScore
Methods in org.eclipse.rdf4j.sail.elasticsearch that return types with arguments of type DocumentScore Modifier and Type Method Description protected Iterable<? extends DocumentScore>
ElasticsearchIndex. query(Resource subject, String query, IRI propertyURI, boolean highlight)
Parse the passed query.Iterable<? extends DocumentScore>
ElasticsearchQuery. query(Resource resource)
Deprecated. -
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(Resource subject, String q, IRI property, boolean highlight)
Iterable<? extends DocumentScore>
SearchQuery. query(Resource subject)
Deprecated.Queries for the given subject or all subjects if null. -
Uses of DocumentScore in org.eclipse.rdf4j.sail.lucene.impl
Classes in org.eclipse.rdf4j.sail.lucene.impl that implement DocumentScore Modifier and Type Class Description class
LuceneDocumentScore
Methods in org.eclipse.rdf4j.sail.lucene.impl that return types with arguments of type DocumentScore Modifier and Type Method Description protected Iterable<? extends DocumentScore>
LuceneIndex. query(Resource subject, String query, IRI propertyURI, boolean highlight)
Parse the passed query.Iterable<? extends DocumentScore>
LuceneQuery. query(Resource resource)
Deprecated. -
Uses of DocumentScore in org.eclipse.rdf4j.sail.solr
Classes in org.eclipse.rdf4j.sail.solr that implement DocumentScore Modifier and Type Class Description class
SolrDocumentScore
Methods in org.eclipse.rdf4j.sail.solr that return types with arguments of type DocumentScore Modifier and Type Method Description protected Iterable<? extends DocumentScore>
SolrIndex. query(Resource subject, String query, IRI propertyURI, boolean highlight)
Parse the passed query.Iterable<? extends DocumentScore>
SolrSearchQuery. query(Resource resource)
Deprecated.
-