TermSearchResultStream<T> extension

on

Methods

topScores([int count = 10]) Stream<List<TermSearchResult<T>>>

Available on Stream<TermSearchResult<T>>, provided by the TermSearchResultStream extension

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

Available on Stream<TermSearchResult<T>>, provided by the TermSearchResultStream extension