Hi, I've been trying to show the query results in a reverse-chronological
order,
and found out that the best way to do so is to pre-sort them if possible,
so that, when searching, the relevant documents are shown in the
reverse-chronological order(the most recent document at the top) even
without r
it?
Also, is there a better way to do this?
Thanks in advance.
-Chan
2006/3/28, Yonik Seeley <[EMAIL PROTECTED]>:
>
> On 3/24/06, chan kang <[EMAIL PROTECTED]> wrote:
> > What I want to do is to show the results in
> > chronological order. (btw, the index contai
Hi,
I've been trying to search and show the results
in a sorted order by using search(query, sort).
However, the sorting seems to take too long when
the index size becomes large (currently 7GB).
So,,, I thought it would be nice if the index were
pre-sorted...
What I want to do is to show the result