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
sible to apply a sort at merge time? Cheers, John -- View this message in context: http://www.nabble.com/Sorted-Index-tf4701044.html#a13439134 Sent from the Lucene - Java Users mailing list archive at Nabble.com. - To uns

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

Sorted Index

2007-10-26 Thread John Patterson
Hi, What's the best way to maintain an index that is sorted? -- View this message in context: http://www.nabble.com/Sorted-Index-tf4701044.html#a13438928 Sent from the Lucene - Java Users mailing list archive at Nabbl