Merging partially sorted indices to form a new fully sorted single index?

2006-03-30 Thread chan kang
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

Re: Does Optimize preserve index order?

2006-03-29 Thread chan kang
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

Does Optimize preserve index order?

2006-03-24 Thread chan kang
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