Description
Lets Python applications use Xapian, a search engine library for indexing and querying text. It helps programs add fast local search over documents, messages, metadata, or other structured content.
Developers use it as a binding to the Xapian library. Search results depend on how data is tokenized, ranked, and refreshed, so rebuild or update indexes when source content changes.