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