pysolr v3.3.1 Release Notes

Release Date: 2015-05-12 // almost 9 years ago
    • 🔖 Version 3.3.1. [Chris Adams]

    • 🚀 Prepare for 3.3.1 release. [Chris Adams]

    • Convert all HTTP client errors to SolrError. [Chris Adams]

    This commit ensures that an outside caller can handle all HTTP-related errors by catching SolrError without knowing whether the exception class is owned by requests, urllib3, or httplib.

    • Merge pull request #146 from gryphius/fix_doc_typo. [Chris Adams]

    Fix typo in ExtractingRequestHandler documentation

    Thanks @gryphius

    • Doc fix: a very simply model -> a very simple model. [Oli]

    • ⚡️ Merge pull request #139 from upayavira/feature/no-optimize. [Daniel Lindsley]

    Optimize is no longer recommended

    • ⚡️ Optimize is no longer recommended. [Upayavira]

    Since Solr 3.6, Solr has used the TieredMergePolicy which makes, in most scenarios, optimization a harmful rather than beneficial step.