Class PredicateIndex.Searcher

    • Method Detail

      • 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.