Re: [racket-dev] full tree text search

2010-12-09 Thread Jakub Piotr Cłapa
On 09.12.10 07:19, Jon Rafkind wrote: On 12/08/2010 10:12 PM, Eli Barzilay wrote: 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 ) Oh I had no idea git grep existed. Well tha

Re: [racket-dev] full tree text search

2010-12-08 Thread Eli Barzilay
40 minutes ago, Jon Rafkind wrote: > On 12/08/2010 10:12 PM, Eli Barzilay wrote: > > 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 ) > > Oh I had no idea git grep exis

Re: [racket-dev] full tree text search

2010-12-08 Thread Jon Rafkind
On 12/08/2010 11:46 PM, Noel Welsh wrote: > Depending on how it is setup, it could be. There should be some > processing to find words with similar meanings, for example. I expect > your wife knows more :-) > > BTW,I think this is a really interesting and possibly useful thing to > experiment with.

Re: [racket-dev] full tree text search

2010-12-08 Thread Noel Welsh
Depending on how it is setup, it could be. There should be some processing to find words with similar meanings, for example. I expect your wife knows more :-) BTW,I think this is a really interesting and possibly useful thing to experiment with. Just storing the search logs on docs.racket-lang.org

Re: [racket-dev] full tree text search

2010-12-08 Thread Jon Rafkind
On 12/08/2010 10:12 PM, Eli Barzilay wrote: > 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 ) > Oh I had no idea git grep existed. Well that looks good enough for now. (BTW

Re: [racket-dev] full tree text search

2010-12-08 Thread Eli Barzilay
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 i

Re: [racket-dev] full tree text search

2010-12-08 Thread Matthias Felleisen
So how do you use it? I entered code: and I got a huge stack trace. On Dec 8, 2010, at 8:26 PM, 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 n