[racket-dev] full tree text search

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Dec 9 00:12:45 EST 2010

Is this different from a recursive grep?

(See also `git grep' -- and there's a web interface for that,
http://git.racket-lang.org//plt?a=search&h=HEAD&st=grep&s=foo )


Four hours ago, Jon Rafkind wrote:
> I whipped up a webservice that provides full text search on the
> racket tree. Its written in java using lucene+jetty. It doesn't have
> a lot of bells and whistles right now but if people find it useful I
> can add things to it.
> 
>http://crystalis.cs.utah.edu:8080/search/
> 
> I'll try to leave the server up most of the time for a few days. If
> its down and you want to try the server just let me know.
> 
> --
> Why not use google search? Well its nice to have a little more control
> over how the results are shown. Sites like http://koders.com show a
> little bit of whats possible.
> 
> Also its easy to set up the text search on your local box. Rebuilding a
> full index takes less than 2 minutes.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.