Class PredicateIndex.Searcher

  • Enclosing class:
    PredicateIndex

    @Beta
    public class PredicateIndex.Searcher
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.stream.Stream<Hit> search​(PredicateQuery query)
      Retrieves a stream of hits for the given query.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • search

        public java.util.stream.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.