Package org.eclipse.rdf4j.sail.lucene
Interface SearchQuery
-
- All Known Implementing Classes:
ElasticsearchQuery
,LuceneQuery
,SolrSearchQuery
@Deprecated public interface SearchQuery
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
highlight(IRI property)
Deprecated.Highlights the given field or all fields if null.Iterable<? extends DocumentScore>
query(Resource subject)
Deprecated.Queries for the given subject or all subjects if null.
-
-
-
Method Detail
-
query
Iterable<? extends DocumentScore> query(Resource subject) throws IOException
Deprecated.Queries for the given subject or all subjects if null.- Throws:
IOException
-
highlight
void highlight(IRI property)
Deprecated.Highlights the given field or all fields if null.
-
-