solr (version 0.1.6)

solr-package: General purpose R interface to Solr.

Description

The solr package is an R interface to Solr. Currently this package only does the getting data part, not writing data, but if you want data writing capability do speak up and/or send a pull request.

Arguments

Details

There are currently three main functions:

solr_search
General search

solr_facet
Faceting only (w/o general search)

solr_highlight
Highlighting only (w/o general search)

See the vignettes for help:

  • solr_localsetup
  • solr_vignette