searchlight/doc/source/index.rst

3.0 KiB

Welcome to Searchlight's documentation!

The Searchlight project provides indexing and search capabilities across OpenStack resources. Its goal is to achieve high performance and flexible querying combined with near real-time indexing. It uses Elasticsearch, a real-time distributed indexing and search engine built on Apache Lucene, but adds OpenStack authentication and Role Based Access Control to provide appropriate protection of data.

Searchlight, as with all OpenStack projects, is written with the following design guidelines in mind:

  • Microservice based architecture: Quickly add new behaviors
  • Highly available: Scale to very serious workloads
  • Fault tolerant: Isolated processes avoid cascading failures
  • Recoverable: Failures should be easy to diagnose, debug, and rectify
  • Open standards: Be a reference implementation for a community-driven api

This documentation is generated by the Sphinx toolkit using tox -e docs and lives in the source tree.

Additional documentation on Searchlight can be found on the OpenStack wiki.

Indexes

user/index admin/index install/index configuration/index contributor/index

Contributing

contributor/feature-requests-bugs contributor/authoring-plugins

Overview

admin/architecture user/searchlightapi admin/indexingservice configuration/authentication

Client and UI

Search plugins

The search service determines the type of information that is indexed and searchable via a plugin mechanism.

configuration/plugins contributor/authoring-plugins

See each plugin below for detailed information about specific plugins:

admin/plugins/*

Installation and Setup

install/dev-environment install/elasticsearch install/uwsgi