Sample Code which uses Xapian
This page is intended to provided links to sample code which uses Xapian in various languages. If you've written some code you'd like to make available to other users, feel free to add a link to the end of the appropriate list:
C++
C#
Java
Perl
- Examples included with Search::Xapian
- Indexing a directory tree of text files by Dan Carpenter
- Examples of both searching and indexing by Peter Karman
PHP
- Examples included with xapian-bindings
- Example showing how to use NumberValueRangeProcessor to perform numeric range searches in PHP
Python
Ruby
Tcl
- Examples included with xapian-bindings
- Scripts for indexing and searching the Tcl wiki by Michael Schlenker
Attachments
-
NumberValueRange_example.php
(2.2 kB) - added by olly
5 months ago.
Example showing how to use NumberValueRangeProcessor? to perform numeric range searches in PHP
