Hi, I apologize if this has been answered before, but is it safe to design an application that sorts hits using an external array based on each hit's internal document ID? It seems simple enough to rebuild the array after an optimization, but what about merges that occur in the course of adding documents? If I plan on adding documents every minute or so recreating this array with each addition doesn't seem feasible.
Is there a recommended way to handle such an array for sorting results? Thanks. __________________________________ Do you Yahoo!? Yahoo! Mail - More reliable, more storage, less spam http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
