Learn R Programming

⚠️There's a newer version (0.1.6) of this package.Take me there.

solr (version 0.1.0)

General purpose R interface to Solr

Description

This package provides a set of functions for querying and parsing data from Solr endpoints (local and remote), including search, faceting, highlighting, stats, and 'more like this'.

Copy Link

Version

Install

install.packages('solr')

Monthly Downloads

10

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Scott Chamberlain

Last Published

December 31st, 2013

Functions in solr (0.1.0)

solr_mlt

Solr "more like this" search
solr_facet

Do faceted searches, outputing facets only.
solr_search

Solr search.
solr_stats

Get Solr stats.
solr_parse

Parse raw data from solr_search, solr_facet, or solr_highlight.
is.sr_facet

Test for sr_facet class
solr_highlight

Do highlighting searches, outputing highlight only.
solr-package

General purpose R interface to Solr.