<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">Hi
guys (and gals?),
<br>
<br>
We're using Xapian/Omega for indexing and searching forums.
<br>
<br>
As forums are, the content that is relevant to a search is not just
determined by the frequency or location of the terms; the date the
topic has been last modified is important as well.
<br>
Another issue we find is that the amount of results is so overwhelming,
the user is unable to find the correct topic for his needs. Combining
this with some statistics, we found that a very large part of the
queries to Omega are the same. Keywords like windows, xp, dvd etc. are
very popular.
<br>
Therefore, we are contemplating to build a "does this topic meet your
search?" feature to store which topics are most relevant to the queries
as defined by the users.
<br>
Other features could be a lame attempt at the PageRank relevancy,
storing if a user almost immediatly skips a topic (irrelevant) etc.
<br>
<br>
But, this needs to be stored (easy) and processed by Xapian in the
sorting.
<br>
<br>
How could we go about this? Does Xapian somehow support these custom
weight factors?
<br>
<br>
Michiel
<br>
<br>
</div>
</body>
</html>