Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 78FE497DA for ; Thu, 1 Mar 2012 03:55:51 +0000 (UTC) Received: (qmail 54257 invoked by uid 500); 1 Mar 2012 03:55:49 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 54028 invoked by uid 500); 1 Mar 2012 03:55:47 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 54012 invoked by uid 99); 1 Mar 2012 03:55:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 03:55:46 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fancyerii@gmail.com designates 209.85.220.176 as permitted sender) Received: from [209.85.220.176] (HELO mail-vx0-f176.google.com) (209.85.220.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 03:55:42 +0000 Received: by vcbfl17 with SMTP id fl17so196908vcb.35 for ; Wed, 29 Feb 2012 19:55:21 -0800 (PST) Received-SPF: pass (google.com: domain of fancyerii@gmail.com designates 10.52.19.196 as permitted sender) client-ip=10.52.19.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of fancyerii@gmail.com designates 10.52.19.196 as permitted sender) smtp.mail=fancyerii@gmail.com; dkim=pass header.i=fancyerii@gmail.com Received: from mr.google.com ([10.52.19.196]) by 10.52.19.196 with SMTP id h4mr4732524vde.91.1330574121237 (num_hops = 1); Wed, 29 Feb 2012 19:55:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=6zgR53DQojUswg3K81RjnG3lVPUshNBv7vi+LtGe7HY=; b=SIky13w+XznVFyDf/7dnr6peKEyjXsXlvaB0anOaxLsjqbqoWcB26PrFNaF+GXGrRI tPMl+TtUV3PTCA85GhW4QHsUNC9gPgDR13LSRYwmSsM1YUxQyT9xB7Ojtf38Cw/vXaXQ n695V5U0nwyH4yoHBeXuX48pkeT3d8/p2Nmfo= MIME-Version: 1.0 Received: by 10.52.19.196 with SMTP id h4mr4029171vde.91.1330574121178; Wed, 29 Feb 2012 19:55:21 -0800 (PST) Received: by 10.220.189.138 with HTTP; Wed, 29 Feb 2012 19:55:21 -0800 (PST) In-Reply-To: References: Date: Thu, 1 Mar 2012 11:55:21 +0800 Message-ID: Subject: Re: Lucene Architecture/Documentation Site (updated) From: Li Li To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=20cf307ca01ad7173c04ba266de1 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307ca01ad7173c04ba266de1 Content-Type: text/plain; charset=ISO-8859-1 ctrl+F don't support fuzzy searching. sometimes I can't remember the whole long class name. I need something like *MergePolicy instead of LogByteSizeMergePolicy. it's better if it can tolerate some typo errors On Thu, Mar 1, 2012 at 11:39 AM, Vineet Sinha wrote: > Thanks a lot for the feedback. > > Regarding the Code Tab: > Yes. Eclipse provides a lot of the features of the on the tab. We just > wanted to make it easy so that people can send links to one another easily > such as in this mailing list. LXR was a large part of the inspiration of > the inspiration here. > > Ctrl+Shift+T: We have found that the browsers Ctrl+F works well enough for > us. Did that not work for you? > > Ctrl+Shift+G: When you click on on a method, you will see a drop-down with > a list of callers to it. > > We are thinking of adding a small feature so that people can add comments > on parts of the code that they don't understand. So that the project > committers can either explain or just improve the documentation. Would this > be something you would be interested in? > > Regarding the other tabs: Did you try them? In particular the Diagrams tab? > > Thanks for your time. > > Regards, > Vineet > -- > Founder, Architexa - www.architexa.com > Understand & Document Code In Seconds > > > > On Wed, Feb 29, 2012 at 10:21 PM, Li Li wrote: > > > great website. though I used to Eclipse and it provide good tools for > > reading codes, it may be useful when I haven't development environment > > outside the office. > > a problem, there is no searching function like eclipse's ctrl+shift+t > which > > searching classes that supporting query like '*Reader' > > another one is ctrl+shift+g to see who used this method or object. > > http://lxr.linux.no/#linux+v3.2.9/ is a similar website. it can find a > > function is used by who. > > > > On Thu, Mar 1, 2012 at 6:19 AM, Vineet Sinha > wrote: > > > > > Hey guys, > > > We have been getting great feedback from people on this list and wanted > > to > > > let you guys know of major updates that we have made to the Lucene > > > Architecture/Documentation site that we have been building. We would > love > > > more feedback when you guys get the chance. > > > > > > You can find the site here: http://www.codemaps.org/c/Lucene > > > > > > You will be able to browse the source of the latest release as well as > > find > > > architectural diagrams there. Our intention is to help you explore the > > > Lucene codebase to figure out parts that you might care about. You will > > > notice that you should be able do that easily online. > > > > > > When you get the change, we would love to hear what you guys think of > the > > > site? If there any features that we can add to help you guys > understand > > > the Lucene code faster? Or if we should we just extend the site for > more > > > projects? > > > > > > Regards, > > > Vineet > > > -- > > > Founder, Architexa - www.architexa.com > > > Understand & Document Code In Seconds > > > > > > --20cf307ca01ad7173c04ba266de1--