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: drill-down heuristics WAS: Where to find drill-down examples (source code)

2006-07-24 Thread Chris Hostetter
-To: java-user@lucene.apache.org, [EMAIL PROTECTED] : To: java-user@lucene.apache.org : Subject: drill-down heuristics WAS: Where to find drill-down examples : (source code) : : hi miles, : : thanks for the response. : I think I didn't explain my Problem good enough. : : The harder proble

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

2006-07-24 Thread Miles Barr
On Monday 24 July 2006 08:17, Martin Braun wrote: > I think I didn't explain my Problem good enough. > > The harder problem for me is how to get the proposals for the > refinement? I have a date-range of 16xx to now, for about 4 bn. docs. > So the number of found documents could be quite large. Bu

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

2006-07-24 Thread Martin Braun
hi miles, thanks for the response. I think I didn't explain my Problem good enough. The harder problem for me is how to get the proposals for the refinement? I have a date-range of 16xx to now, for about 4 bn. docs. So the number of found documents could be quite large. But the distribution of t

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

Where to find drill-down examples (source code)

2006-07-21 Thread Martin Braun
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-Arc