Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 22571 invoked from network); 6 Oct 2006 18:20:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Oct 2006 18:20:34 -0000 Received: (qmail 59813 invoked by uid 500); 6 Oct 2006 18:20:32 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 59534 invoked by uid 500); 6 Oct 2006 18:20:31 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 59523 invoked by uid 99); 6 Oct 2006 18:20:30 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Oct 2006 11:20:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [169.229.70.167] ([169.229.70.167:51960] helo=rescomp.berkeley.edu) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id BB/78-24193-A6E96254 for ; Fri, 06 Oct 2006 11:20:28 -0700 Received: by rescomp.berkeley.edu (Postfix, from userid 1007) id 2A4135B766; Fri, 6 Oct 2006 11:20:24 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by rescomp.berkeley.edu (Postfix) with ESMTP id 22D4D7F403 for ; Fri, 6 Oct 2006 11:20:24 -0700 (PDT) Date: Fri, 6 Oct 2006 11:20:24 -0700 (PDT) From: Chris Hostetter To: java-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENE-664) [PATCH] small fixes to the new scoring.html doc In-Reply-To: <29453436.1160140226712.JavaMail.root@brutus> Message-ID: References: <29453436.1160140226712.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N : I also think I want to drop the formula (and explanation) in : scoring.html and just put a link to similarity in, so that we don't have : to maintain two copies. Ideally, there would be a way to do a server : side include so that we could have one file that contains the formula : and then have it included in both the javadocs and this page. Does : anyone know if this possible using our current setup? Even if it is possible to uses SSIs on lucene.apache.org, it would make the documentation hard to read when included in the published releases. Extracting the formula into it's own micro HTML file is agood iea though ... it could be commited into a "doc-files" directory into the source tree so thatit's included along with the javadocs, (so it can be linked to from the SImilarity javadocs) and like any other javadoc file it could be linked to from the scoring.html file. We could concievably even use an IFRAME of Javascript DOM manipulation tricks to slurp it into the scoring.html http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#unprocessed : : > [PATCH] small fixes to the new scoring.html doc : > ----------------------------------------------- : > : > Key: LUCENE-664 : > URL: http://issues.apache.org/jira/browse/LUCENE-664 : > Project: Lucene - Java : > Issue Type: Improvement : > Components: Website : > Affects Versions: 2.0.1 : > Reporter: Michael McCandless : > Attachments: boosts_plus_scoring_formula.patch, lucene.uxf, scoring-small-fixes.patch, scoring-small-fixes2.patch, scoring-small-fixes3.patch : > : > : > This is an awesome initiative. We need more docs that cleanly explain the inner workings of Lucene in general... thanks Grant & Steve & others! : > I have a few small initial proposed fixes, largely just adding some more description around the components of the formula. But also a couple typos, another link out to Wikipedia, a missing closing ), etc. I've only made it through the "Understanding the Scoring Formula" section so far. : : -- : This message is automatically generated by JIRA. : - : If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa : - : For more information on JIRA, see: http://www.atlassian.com/software/jira : : : : --------------------------------------------------------------------- : To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org : For additional commands, e-mail: java-dev-help@lucene.apache.org : -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org