Polymr API Documentation

Release:1.0.0
Date:Feb 28, 2018

Welcome to the polymr docs!

Polymr is a lightweight and extensible search engine. Polymr has some good features:

  • Implemented entirely in Python
  • Flexible: capable of storing its index locally on LevelDB, remotely on Redis and Postgres, and distributedly on Amazon Dynamo
  • Extensible, well-defined backend classes
  • Capable of batch and incremental indexing
  • Threadsafe searches

Guide

The guide gives a brief introduction to using the polymr API for indexing and searching small documents. Definitely read this first before diving into the API reference.

API Reference

Indices and tables