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 documents in an order other than the order they
are added.  The my search could just return docs in index order.  For the
most common sorting I could collect only the first x docs and then
short-circuit the search like we previously discussed.

I was wondering if it is possible 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 unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to