Re: document & field boosting

2002-07-29 Thread none none
Doug , you are amazing!! ciao. -- On Mon, 29 Jul 2002 12:31:49 Doug Cutting wrote: >FYI, I just added document and field boosting to Lucene. It should be >in tonight's nightly build. > >This lets one, e.g., implement Google-like ranking, where a factor in a >document's score is determined i

document & field boosting

2002-07-29 Thread Doug Cutting
FYI, I just added document and field boosting to Lucene. It should be in tonight's nightly build. This lets one, e.g., implement Google-like ranking, where a factor in a document's score is determined independently from the text of the document. Longer term, I'd still like to open up document

Re: cvs commit: jakarta-lucene/src/test/org/apache/lucene/searchTestDocBoost.java

2002-07-29 Thread Doug Cutting
[EMAIL PROTECTED] wrote: > Log: > msg.txt Oops. That log entry was supposed to read: Added support for boosting the score of documents and fields via the new methods Document.setBoost(float) and Field.setBoost(float). Note: This changes the encoding of an indexed value. Indexes s

cvs commit: jakarta-lucene/src/test/org/apache/lucene/search TestDocBoost.java

2002-07-29 Thread cutting
cutting 2002/07/29 12:11:15 Modified:.CHANGES.txt src/java/org/apache/lucene/document Document.java Field.java src/java/org/apache/lucene/index DocumentWriter.java IndexReader.java src/java/org/apache/lucene/se

AW: LARM Web Crawler: LuceneStorage [experimental]

2002-07-29 Thread Christian Schrader
Has anybody been able to access the luceneStorage data? To me it seems, that the lucene storage needs to be closed, before it can be accessed from another program. The closing would have to happen, after the last thread runs out. I am not an experienced Thread programmer, so maybe someone has an i

Re: I need your advice

2002-07-29 Thread Clemens Marschner
If you like to get some insight on the LARM crawler, feel free to read http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/webcr awler-LARM/doc/webcrawler_tech_overview.pdf http://cvs.apache.org/viewcvs.cgi/jakarta-lucene-sandbox/contributions/webcr awler-LARM/CHANGES.txt http:/

Re: Good Software/Documentation was Re: I need your advice

2002-07-29 Thread Clemens Marschner
> > I get rated by the feedback I get from readers, so if you like > the articles, please fill out the little form at the bottom. > That's the kind of feedback we'd need for all our docs :-) --Clemens -- To unsubscribe, e-mail: For additional command

Jakarta docs // Re: I need your advice

2002-07-29 Thread Clemens Marschner
May I add that the jakarta site structure doesn't really support good documentation? I often find it very confusing. I often find myself on jakarta-general pages when I expect to be on lucene pages. Docs for different projects differ more than you would expect from the standardized output format.