Re: Where to find drill-down examples (source code)

2006-09-26 Thread Simon Willnauer
Either you grap the next best svn client and check out the branch of 2.0 or you just download the source dist from a mirror. use this one http://mirrorspace.org/apache/lucene/java/ best regards simon On 9/26/06, djd0383 <[EMAIL PROTECTED]> wrote: I there a link to a zip file where I can ge

Re: Where to find drill-down examples (source code)

2006-09-26 Thread djd0383
I there a link to a zip file where I can get the entire package of source files (version 2, please). I know I am able to view them in the Source Repository (http://svn.apache.org/viewvc/lucene/java/trunk/), but I do not really feel like going through each of those to download them all. I am look

Re: Where to find drill-down examples (source code)

2006-07-21 Thread Mark Miller
Ken Krugler wrote: Hello all, I want to realize a drill-down Function aka "narrow search" aka "refine search". I want to have something like: Refine by Date: * 1990-2000 (30 Docs) * 2001-2003 (200 Docs) * 2004-2006 (10 Docs) But not only DateRanges but also for other Categories. What I have

Re: Where to find drill-down examples (source code)

2006-07-21 Thread Ken Krugler
Hello all, I want to realize a drill-down Function aka "narrow search" aka "refine search". I want to have something like: Refine by Date: * 1990-2000 (30 Docs) * 2001-2003 (200 Docs) * 2004-2006 (10 Docs) But not only DateRanges but also for other Categories. What I have found in the List-Ar

Re: Where to find drill-down examples (source code)

2006-07-21 Thread Miles Barr
Martin Braun wrote: I want to realize a drill-down Function aka "narrow search" aka "refine search". I want to have something like: Refine by Date: * 1990-2000 (30 Docs) * 2001-2003 (200 Docs) * 2004-2006 (10 Docs) But not only DateRanges but also for other Categories. What I have found in t