Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C9389869 for ; Tue, 7 Feb 2012 20:30:17 +0000 (UTC) Received: (qmail 16110 invoked by uid 500); 7 Feb 2012 20:30:15 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 16051 invoked by uid 500); 7 Feb 2012 20:30:15 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 16044 invoked by uid 99); 7 Feb 2012 20:30:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 20:30:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ryantxu@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-tul01m020-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 20:30:08 +0000 Received: by obbwd18 with SMTP id wd18so12768786obb.35 for ; Tue, 07 Feb 2012 12:29:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=VjsjHCSIim87mV+jd5T/y6E+YzA1YiszY9F52vNYt6I=; b=c3Fr8dSyxateS/hdLIGsEicBc+69Wcv9vxYYWSUeEG8wdjrlTMYyqlYOOiTZMMrS29 BNb44PmX8vpxX/tQdjQHkpt4v3L35oxF31SRlWm5DOXZmt1CqMoLEIKPhA7aS7wA9ZHq hie5HxbuCKCG/X1fRL/4wVHkPPUfJvUClgsM4= MIME-Version: 1.0 Received: by 10.182.115.99 with SMTP id jn3mr22471883obb.11.1328646588297; Tue, 07 Feb 2012 12:29:48 -0800 (PST) Received: by 10.182.38.136 with HTTP; Tue, 7 Feb 2012 12:29:48 -0800 (PST) Date: Tue, 7 Feb 2012 12:29:48 -0800 Message-ID: Subject: IndexReader.lastModified(reader.directory()) replacement? From: Ryan McKinley To: dev@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 I'm upgrading some stuff to lucene trunk.... is there any way to get the last modified date from an AtomicReader? or an AtomicReaderContext? thanks ryan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org