sc_search {rcloud.solr}R Documentation

Main search interface

Description

Called by rcloud.search

Usage

sc_search(self, private, all_sources, start, pagesize, sortby, orderby, ...)

Arguments

self

pointer to this object

private

private members

all_sources

Logical: Search single or multiple solr instances?

start

Passed to solr

pagesize

Passed to solr

sortby

Passed to solr for sorting

orderby

Passed to solr for sorting

...

arguments to pass to ss_search


[Package rcloud.solr version 0.3.8 Index]