rcloud.solr - Provide Solr Search and Indexing to RCloud
RForge.net

rcloud.solr

About rcloud.solr
GIT access
Download/Files
Check results

GIT repository access

The GIT repository for this project can be cloned using
git clone --recursive https://github.com/att/rcloud.solr rcloud.solr
see also rcloud.solr GitHub repository.

To install the latest development snapshot of this package, use

install.packages("rcloud.solr",,"http://rforge.net/",type="source")

Binaries (if avalable) can be installed using

install.packages("rcloud.solr",,"http://rforge.net/")

Most recent GIT commits


af3d5d9f| Simon Urbanek | Fri Dec 20 11:04:15 2019 -0500
don't break if start > 0 and result cache is not present (closes #91)
 M       DESCRIPTION
 M       R/search-controller.R

0c5e8872| Simon Urbanek | Thu May 30 18:54:39 2019 -0400
fix the incorrect declaration of ulog
 M       DESCRIPTION
 M       R/request.R
 M       R/search-controller.R
 M       R/zzz.R

7825fa03| Simon Urbanek | Thu May 30 18:50:38 2019 -0400
return error objects on sync failure
 M       R/request.R

1667ffcc| Simon Urbanek | Thu May 30 18:50:12 2019 -0400
bump version to 0.3.7
 M       DESCRIPTION

ce162b59| Merge: a38823b 888acab
Douglas Ashton | Mon Jan 29 15:38:45 2018 +0000

Merge pull request #85 from MangoTheCat/develop

code is text_general field. See att/rcloud#2547