rcloud.search.description {rcloud.solr}R Documentation

Passthrough Notebook Search

Description

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

Usage

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

Run examples

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

## End(Not run)

[Package rcloud.solr version 0.3.8 Index]