Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit e889a6a

Browse files
committed
add missing progress args to SolrClient man file
1 parent 451a198 commit e889a6a

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

R/SolrClient.R

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,20 +97,20 @@
9797
#' raw = FALSE, parsetype = 'df', concat = ',', optimizeMaxRows = TRUE,
9898
#' minOptimizedRows = 50000L, progress = NULL, ...)`
9999
#' * `facet(name = NULL, params = NULL, body = NULL, callopts = list(),
100-
#' raw = FALSE, parsetype = 'df', concat = ',', ...)`
100+
#' raw = FALSE, parsetype = 'df', concat = ',', progress = NULL, ...)`
101101
#' * `stats(name = NULL, params = list(q = '*:*', stats.field = NULL,
102102
#' stats.facet = NULL), body = NULL, callopts=list(), raw = FALSE,
103-
#' parsetype = 'df', ...)`
103+
#' parsetype = 'df', progress = NULL, ...)`
104104
#' * `highlight(name = NULL, params = NULL, body = NULL, callopts=list(),
105-
#' raw = FALSE, parsetype = 'df', ...)`
105+
#' raw = FALSE, parsetype = 'df', progress = NULL, ...)`
106106
#' * `group(name = NULL, params = NULL, body = NULL, callopts=list(),
107-
#' raw=FALSE, parsetype='df', concat=',', ...)`
107+
#' raw=FALSE, parsetype='df', concat=',', progress = NULL, ...)`
108108
#' * `mlt(name = NULL, params = NULL, body = NULL, callopts=list(),
109109
#' raw=FALSE, parsetype='df', concat=',', optimizeMaxRows = TRUE,
110-
#' minOptimizedRows = 50000L, ...)`
110+
#' minOptimizedRows = 50000L, progress = NULL, ...)`
111111
#' * `all(name = NULL, params = NULL, body = NULL, callopts=list(),
112112
#' raw=FALSE, parsetype='df', concat=',', optimizeMaxRows = TRUE,
113-
#' minOptimizedRows = 50000L, ...)`
113+
#' minOptimizedRows = 50000L, progress = NULL, ...)`
114114
#' * `json_request(name = NULL, body = NULL, callopts=list(),
115115
#' progress = NULL)`
116116
#' * `get(ids, name, fl = NULL, wt = 'json', raw = FALSE, ...)`

man/SolrClient.Rd

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)