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
- Using Search modules to do term context highlighting by Jim Lynch
PHP
- Examples included with xapian-bindings
- Examples included with xapian-bindings (php7)
- Example code from Getting Started with Xapian
- Example showing how to use NumberValueRangeProcessor to perform numeric range searches in PHP
Python
- Examples included with xapian-bindings
- Example code from Getting Started with Xapian
- Examples of more complex features by James Aylett
- Indexer that indexes each line of a text file which contains a proper noun by Aarsh Shah
Ruby
Tcl
- Examples included with xapian-bindings
- Scripts for indexing and searching the Tcl wiki by Michael Schlenker
Last modified
4 years ago
Last modified on 11/01/20 11:55:28
Attachments (1)
-
NumberValueRange_example.php
(2.2 KB
) - added by 16 years ago.
Example showing how to use NumberValueRangeProcessor to perform numeric range searches in PHP
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.