[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Looking for solution for Server side search in files

From: Matthew L Daniel <mdaniel_at_scdi.com>
Date: 2005-03-10 21:49:12 CET

> I am looking for solution to provide subversion users with possibility
> search into the text files without checkout the local copy.

This article discusses how Lucene (although improperly attributed, the
actual site is http://lucene.apache.org/java/docs/index.html) can be
extended to index arbitrary collections of data.

http://www.javaworld.com/javaworld/jw-09-2000/jw-0915-lucene_p.html

This code shows how Lucene suggests one might index HTML files. Extend
that logically and see how one would use the Lucene concept of a Field
to store svn properties, up to and including the content of a revision.

http://svn.apache.org/repos/asf/lucene/java/trunk/src/demo/org/apache/lucene/demo/HTMLDocument.java

It's practically a done deal. ;-) SMOP

Seriously, if someone has pursued this concept, I think the list would
enjoy hearing about it, success or not.

  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 21:51:53 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.