This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
solrium v0.4.0
MINOR IMPROVEMENTS
- Change
dplyr::rbind_all()
(deprecated) todplyr::bind_rows()
(#90) - Added additional examples of using pivot facetting to
solr_facet()
(#91) - Fix to
solr_group()
(#92) - Replaced dependency
XML
withxml2
(#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 ofXML
, and
improvements