Re: Sorted Index

2007-10-27 Thread Andrzej Bialecki
John Patterson wrote: Yonik Seeley wrote: On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote: Most things in an inverted index are sorted (terms, matching document ids, term positions within a field, etc). Can you be more specific about what you are trying to accomplish? Sorry, I mean s

Re: Sorted Index

2007-10-26 Thread John Patterson
Yonik Seeley wrote: > > On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote: > Most things in an inverted index are sorted (terms, matching document > ids, term positions within a field, etc). Can you be more specific > about what you are trying to accomplish? > Sorry, I mean sorting the d

Re: Sorted Index

2007-10-26 Thread Yonik Seeley
On 10/26/07, John Patterson <[EMAIL PROTECTED]> wrote: > What's the best way to maintain an index that is sorted? Most things in an inverted index are sorted (terms, matching document ids, term positions within a field, etc). Can you be more specific about what you are trying to accomplish? -Yon