Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 58962 invoked from network); 1 Jul 2004 23:29:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jul 2004 23:29:01 -0000 Received: (qmail 95069 invoked by uid 500); 1 Jul 2004 23:29:09 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 94932 invoked by uid 500); 1 Jul 2004 23:29:06 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 94768 invoked by uid 99); 1 Jul 2004 23:29:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [66.139.76.19] (HELO server1.hostmon.com) (66.139.76.19) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 01 Jul 2004 16:29:00 -0700 Received: (qmail 24983 invoked by uid 532); 1 Jul 2004 23:28:07 -0000 Received: from dave-lucene-user@tropo.com by server1.hostmon.com by uid 0 with qmail-scanner-1.16 (spamassassin: 2.63. Clear:. Processed in 0.019008 secs); 01 Jul 2004 23:28:07 -0000 Received: from unknown (HELO tropo.com) (127.0.0.1) by 0 with SMTP; 1 Jul 2004 23:28:07 -0000 Message-ID: <40E49E1E.3040609@tropo.com> Date: Thu, 01 Jul 2004 16:28:30 -0700 From: David Spencer User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7b) Gecko/20040316 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Re: Visualization of Lucene search results with a treemap References: <40E464DB.9020202@apache.org> <40E48217.4030202@tropo.com> <7B41C79B-CBA6-11D8-926A-000A95CDCC98@media-style.com> In-Reply-To: <7B41C79B-CBA6-11D8-926A-000A95CDCC98@media-style.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stefan Groschupf wrote: > Dave, > cool stuff, think aboout to contribute that to nutch.. ;-)! Well the code is very generic - basically 1 method that takes a Searcher, a Query, the # of cells to show, and the size of the diagram. Technically I think it would be a Lucene sandbox contribution - but - for my site I do want to convert the custom spider/cache to use Nutch... > Do you know: > http://websom.hut.fi/websom/comp.ai.neural-nets-new/html/root.html ? Interesting - is there any code avail to draw the maps? thx, Dave > > Cheers, > Stefan > > Am 01.07.2004 um 23:28 schrieb David Spencer: > >> >> Inspired by these guys who put results from Google into a treemap... >> http://google.hivegroup.com/ >> >> I did up my own version running against my index of OSS/javadoc trees. >> This query for "thread pool" shows it off nicely: >> >> http://www.searchmorph.com/kat/tsearch.jsp? >> s=thread%20pool&side=300&goal=500 >> >> This is the empty search form: >> >> http://www.searchmorph.com/kat/tsearch.jsp >> >> And the weblog entry has a few more links, esp useful if you don't >> know what a treemap is: >> >> http://searchmorph.com/weblog/index.php?id=18 >> >> Oh: As a start, a treemap is a visualization technique, not >> java.util.Treemap. Bigger boxes show a higher score, and x,y location >> has no significance. >> >> Enjoy, >> Dave >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org >> For additional commands, e-mail: lucene-user-help@jakarta.apache.org >> >> >> > --------------------------------------------------------------- > enterprise information technology consulting > open technology: http://www.media-style.com > open source: http://www.weta-group.net > open discussion: http://www.text-mining.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org