The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.02 - 2016-11-07

  • Fix JSON error handling when parsing response
  • Fix SolarBeam::search(): $ua->post() need a plain hash and not Mojo::Parameters
  • Add SolarBeam::Response::facet_fields_as_hashes()
  • Change SolarBeam::url() is a method that coerce string into Mojo::URL
  • Change SolarBeam::Response::parse() to take Mojo::Transaction object
  • Rename SolarBeam::Response::QTime() to query_time()
  • Rename SolarBeam::Response::numFound() to num_found()
  • Remove SolarBeam::Response::ok()
  • Remove SolarBeam::Response::status()

Documentation

Modules

Async Solr search driver
Abstract query syntax for Solr queries
Represents a Solr search response
Utility functions for SolarBeam