rcloud.search: Search RCloud Notebooks

Description Usage Arguments Value

Description

Main search function exposed as an OCAP to the client.

Usage

1
2
3
rcloud.search(query, all_sources = FALSE, sortby = "score",
  orderby = "desc", start = 0, pagesize = 10, max_pages = 20,
  group.limit = 4, hl.fragsize = 60)

Arguments

query

Search string

all_sources

Logical: Search single or multiple solr instances?

sortby

Passed to solr for sorting

orderby

Passed to solr for sorting

start

Passed to solr

pagesize

Passed to solr

max_pages

Sets the size of search

group.limit

Passed to solr. Controls how many cells to highlight for each notebook hit.

hl.fragsize

How many characters to return with the highlighting

Value

Search response after parsing


MangoTheCat/rcloud.solr documentation built on May 8, 2019, 3:25 p.m.