According to Danny Yee:
> If an ANY search is done, pages with both search terms (or more than
> one) should be ranked above pages with only one.
> 
> And if an ALL search is done and produces no results, there should
> be an option to try ANY automatically.
> 
> On a relatively small site (500 book reviews, http://dannyreviews.com)
> it feels logical to make the default ANY, to give the best chance
> of there being some results.  But if I do that, users may search on
> a book title but miss the review of that book because it's ranked
> below other pages that have only one of the title words.  Either of
> the features would help avoid this problem.

I'm redirecting this to htdig-general, because that's probably the best
place to discuss this.

Where did you get the htdig-bugs list address from?  It's not on the web
site, as far as I can tell, and it wasn't really intended to be mailed
to directly.  Doing so seems to bypass the bug tracking database, and
only sends directly to the relatively small number of subscribers that
get e-mail alerts from the database.  Discussions and questions are best
held on htdig-general, and when reporting something you know to be a bug,
or requesting a feature you know to be missing, it should be done through
the web interface to the bug database, so it's logged correctly.

As for your request, have you tried the following patch?

   ftp://ftp.ccsf.org/htdig-patches/3.1.5/multiboost.1

I'm thinking this should be added as an option in the next release.  The
patch simply boosts multiple matches in a document by a hardcoded factor
of 1000.  You could replace the 1000 in the patch with something like

                config.Value("multimatch_factor", 1)

to get it to use a factor you specify in your config file, and it would
default to 1, which is essentially the current (unpatched) behaviour.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to