Is it more efficient to use IndexWriter to delete or does the change not bring a speed improvement?
On 2/23/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 2/23/07, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Now that we have Document deletion via IndexWriter, is the plan to deprecate the delete methods in IndexReader? If so, how come we didn't do that for 2.1? Sorry if I missed this discussion, if there was one. IndexWriter deletion is significantly less powerful (you can only delete-by-term). I don't think IndexReader deletion will be going away for some time. -Yonik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
