Class ReactiveSearchResult


  • public class ReactiveSearchResult
    extends Object
    • Method Detail

      • rows

        public Flux<SearchQueryRow> rows()
        The list of FTS result rows for the FTS query, in the form of a reactive Flux publisher.

        Any errors will be raised as onError on this.

      • meta

        public Mono<SearchMeta> meta()
        Any additional meta information associated with the FTS query, in the form of a reactive Mono publisher.