JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.eclipse.rdf4j.sail.lucene
SearchQuery
Contents
Description
Method Summary
Method Details
query(Resource)
highlight(IRI)
Hide sidebar
Show sidebar
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.
Iterable
<? extends
DocumentScore
>
query
(
Resource
subject)
Deprecated.
Queries for the given subject or all subjects if null.
Method Details
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.