FULLTEXT relevance algorithm?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ap49

    FULLTEXT relevance algorithm?

    Hi,


    I've just started to implement a FULLTEXT search script in PHP. I have
    read that the relevance rating should not directly be used to create a
    rating (as a percentage say) for the results you may return to a user.

    Is there an effective algorithm whereby some normalisation etc. could
    effectively be used to provide at least a "rough" guide?


    TIA


    Andy
  • Nikolai Chuvakhin

    #2
    Re: FULLTEXT relevance algorithm?

    ap49@ukonline.c o.uk (ap49) wrote in message
    news:<f06d845f. 0405141225.7bba d552@posting.go ogle.com>...[color=blue]
    >
    > Is there an effective algorithm whereby some normalisation etc. could
    > effectively be used to provide at least a "rough" guide?[/color]

    You might want to take a look at "The Anatomy of a Large-Scale
    Hypertextual Web Search Engine" by Sergey Brin and Lawrence Page
    (yes, they are indeed Google founders):



    Cheers,
    NC

    Comment

    Working...