Repository Indexer demo (was Re: full text search source code, and change sets)
From: Ben Collins-Sussman <sussman_at_red-bean.com>
Date: 2005-10-30 22:58:07 CET
On Thu, 27 Oct 2005, Marcus Rueckert wrote:
> > sussman mentioned on irc and i think on the mailinglist to that they did
OK, I cleaned it up, and the lucene-libsvn_fs demo works. You can
http://svn.red-bean.com/repos/sussman/software/subversion/ReposIndexer
Here's the README file:
----------
This is a proof-of-concept: it demonstrates how one can hook up a
Specifically, it connects the 'lupy' module
---------------------------------------------------------------------
To try this demo:
1. Make sure you have the subversion swig/python bindings installed.
To verify this, enter the python interpreter and check that you
2. Create an index of a single revision (say, revision 1) by running
$ ./svn_index.py /path/to/repos 1 myindex
This creates a directory 'myindex' containing indexed data of all
3. Search the index for a term:
$ ./svn_search.py "txdelta" myindex
Notice that each hit comes back as a (revision, path) pair.
Presumably, one could develop this demo into a full-fledged
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.