/borealis

Python library for interfacing with Apache Solr

Primary LanguagePython

Borealis

Borealis is a Python library for interfacing with Apache Solr via its JSON based HTTP apis. It is compatible with Solr Cloud.

Supported Functionality

  • Select Handler
    • Basic query support, with json.facet helper
    • Cursor paging (sometimes called deep paging
  • Update Handler
    • Insert docs
    • Delete docs by id
    • Delete docs by query
  • Collections API
    • All Collections API endpoints of Solr 5.4