Just some python examples of what you can do with Xapian. Note that these may disappear at any time, which means either that they're no longer relevant or that something like them has made its way into the Xapian bindings distribution.
- Complex indexer [download] (like simpleindex.py, but includes some values used by the other examples)
- Simple sorter [download] (sort by values or values and relevance)
- Simple value range processor [download] (shows how to configure the QueryParser to search over a range of numeric values)
