ranking

anixyz
Posts: 62
Joined: Fri Jul 20, 2001 11:43 am

ranking

Post by anixyz »

Is there a way to find out the ranking or weight of a particular word for all the pages it is present.

something like list of
URL : Weight

for a given word.
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

ranking

Post by Kai »

The rank depends on the entire query, there isn't really a rank for individual words unless the query is only one word. You could set likeprows=0, and then select $rank, Url from mytable where Url likep 'word'. But keep in mind the rank will differ if that word is searched for in conjunction with other terms.