Class PredicateIndex.Searcher

java.lang.Object
com.yahoo.search.predicate.PredicateIndex.Searcher
Enclosing class:
PredicateIndex

public class PredicateIndex.Searcher extends Object
  • Method Details

    • search

      public Stream<Hit> search(PredicateQuery query)
      Retrieves a stream of hits for the given query.
      Parameters:
      query - Specifies the boolean variables that are true.
      Returns:
      A stream of hits.