The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Catmandu-Solr
0.0209  2015-02-25
       - removed the need to flush buffers within transactions. When the transaction is done, all buffers of all bags are now flushed automatically.
0.0208  2014-01-26
       - added support for transactions
0.0207  2014-12-05
       - bug fix: delete by query only supports lucene queries. LocalParams are forbidden
0.0206  2014-11-18
       - merged pull request from Jakob Voss to make the field '_id' and '_bag' configurable

0.0205  2014-11-17
       - changed distribution name to Catmandu-Solr
       - added Catmandu::Importer::Solr

0.0204  2014-03-25
       - fq can be an array ref
       - optimized versions of count and total
       - include spellcheck in hits

0.0203  2013-09-04
       - update dependencies

0.0202  2013-09-02
       - disable facets, spellcheck if not needed

0.0201  2013-03-26
       - import confess

0.02    2012-12-03
       - initial release