TermSearchResultStream<T> extension
- on
Methods
-
topScores(
[int count = 10]) → Stream< List< TermSearchResult< >T> > - Produces a stream of the top N results. This stream will emit only when there is a change to the list of top results.
-
whereMatchedAll(
) → Stream< TermSearchResult< T> >