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

v0.1.4

Compare
Choose a tag to compare
@sckott sckott released this 14 Mar 16:57
· 374 commits to master since this release

solr 0.1.4

NEW FEATURES

  • Removed R version dependency in DESCRIPTION file, didn't seem to be a reason for it, (#25).
  • Removed redundant code from multiple functions to single functions in zzz.r file.

solr 0.1.3

NEW FEATURES

  • Added function solr_group(), and started group parser, to do grouping searches.
  • Fixed solr_* functions so that you pass in many fields as a vector e.g., (c('field1','field')), rather than as a comma-separated string e.g., 'field1,field' (#22).
  • Added a message to each solr_* function to print HTTP uri. Can be suppressed with verbose=FALSE.
  • Started solr_all function to try to integrate all things into one function, as everthing is just parameters passed to the same URL - we'll see how useful though.