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

solrium v0.4.0

Compare
Choose a tag to compare
@sckott sckott released this 05 Oct 20:42
· 132 commits to master since this release

MINOR IMPROVEMENTS

  • Change dplyr::rbind_all() (deprecated) to dplyr::bind_rows() (#90)
  • Added additional examples of using pivot facetting to solr_facet() (#91)
  • Fix to solr_group() (#92)
  • Replaced dependency XML with xml2 (#57)
  • Added examples and tests for a few more public Solr instances (#30)
  • Now using tibble to give back compact data.frame's
  • namespace all base package calls
  • Many changes to internal parsers to use xml2 instead of XML, and
    improvements