sphinx_indexer
ΒΆ
The sphinx_indexer
package provides a Sphinx extension for indexing the project
in an SQLite database, allowing for fast searching of information.
To use the extension, add sphinx_indexer
to the list of extensions in your
conf.py
file:
extensions = [..., 'sphinx_indexer', ...]
See Database Schema for the database schema, of the generated database.