scout

http://media.charlesleifer.com/blog/photos/scout-logo.png

scout is a RESTful search server written in Python with a focus on using lightweight components:

Scout aims to be a lightweight, RESTful search server in the spirit of [ElasticSearch](https://www.elastic.co), powered by the SQLite full-text search extension. In addition to search, Scout can be used as a document database, supporting complex filtering operations. Arbitrary files can be attached to documents and downloaded through the REST API.

Scout is simple to use, simple to deploy and just works.

Features

  • multiple search indexes present in a single database.

  • restful design for easy indexing and searching.

  • simple key-based authentication (optional).

  • lightweight, low resource utilization, minimal setup required.

  • store search content and arbitrary metadata.

  • attach files or BLOBs to indexed documents.

  • multiple result ranking algorithms, porter stemmer.

  • besides full-text search, perform complex filtering based on metadata values.

  • comprehensive unit-tests.

  • supports SQLite FTS4.

named in honor of the best dog ever,

http://media.charlesleifer.com/blog/photos/p1473037171.1.JPG

Table of contents

Contents:

Indices and tables