sc_merge_results {rcloud.solr}R Documentation

Merge Raw Results

Description

Take a list of raw results and merge into one big list of results

Usage

sc_merge_results(raw_results, sortby, orderby)

Arguments

raw_results

A list of results from solr returned from the SearchSource objects.

sortby

Passed to solr for sorting

orderby

Passed to solr for sorting

Value

A single result set, merged and sorted


[Package rcloud.solr version 0.3.8 Index]