Interface SearchQuery

All Known Implementing Classes:
LuceneQuery, SolrSearchQuery

@Deprecated public interface SearchQuery
Deprecated.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    highlight(IRI property)
    Deprecated.
    Highlights the given field or all fields if null.
    query(Resource subject)
    Deprecated.
    Queries for the given subject or all subjects if null.
  • Method Details Link icon

    • query Link icon

      Iterable<? extends DocumentScore> query(Resource subject) throws IOException
      Deprecated.
      Queries for the given subject or all subjects if null.
      Throws:
      IOException
    • highlight Link icon

      void highlight(IRI property)
      Deprecated.
      Highlights the given field or all fields if null.