Package org.eclipse.rdf4j.sail.lucene
Interface SearchQuery
-
@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.java.lang.Iterable<? extends DocumentScore>
query(Resource subject)
Deprecated.Queries for the given subject or all subjects if null.
-
-
-
Method Detail
-
query
java.lang.Iterable<? extends DocumentScore> query(Resource subject) throws java.io.IOException
Deprecated.Queries for the given subject or all subjects if null.- Throws:
java.io.IOException
-
highlight
void highlight(IRI property)
Deprecated.Highlights the given field or all fields if null.
-
-