rcloud.search.description: Passthrough Notebook Search

Description Usage Arguments Value Examples

View source: R/search.R

Description

On description and optionally user. This does minimal processing server side to increase speed.

Usage

1
2
rcloud.search.description(description, user = NULL, start = 0,
  pagesize = 100, sortby = "description", orderby = "desc")

Arguments

description

search string to match against description. Fuzzy matching and wildcarding is used.

user

optional to specify a user

start

Passed to solr

pagesize

Passed to solr

sortby

Passed to solr for sorting

orderby

Passed to solr for sorting

Value

Search result direct from solr with no parsing

Examples

1
2
3
4
## Not run: 
rcloud.search.description("test", user = "juninho")

## End(Not run)

att/rcloud.solr documentation built on Dec. 24, 2019, 10:37 p.m.