rcloud.search.description {rcloud.solr} | R Documentation |
On description and optionally user. This does minimal processing server side to increase speed.
rcloud.search.description(description, user = NULL, start = 0,
pagesize = 100, sortby = "description", orderby = "desc")
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 |
Search result direct from solr with no parsing
## Not run:
rcloud.search.description("test", user = "juninho")
## End(Not run)