Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 92124 invoked from network); 26 Aug 2008 11:21:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Aug 2008 11:21:12 -0000 Received: (qmail 95147 invoked by uid 500); 26 Aug 2008 11:21:05 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 95111 invoked by uid 500); 26 Aug 2008 11:21:05 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 95097 invoked by uid 99); 26 Aug 2008 11:21:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 04:21:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of noble.paul@gmail.com designates 74.125.78.25 as permitted sender) Received: from [74.125.78.25] (HELO ey-out-2122.google.com) (74.125.78.25) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Aug 2008 11:20:07 +0000 Received: by ey-out-2122.google.com with SMTP id 6so302614eyi.53 for ; Tue, 26 Aug 2008 04:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=CoLm0O/J8knSSKTmO57LN4CXFoNgvDuhJ8nmIOKIQyc=; b=OoURnoyYXPY9WZg5/8STh6FTBijiMh3rTpkF4jurG8jZqr992fqPdwpizYvl48lLJU Q8dNYZvoVwG3kso4k4s8Qly0/uFejffjONvWmDmQghxRC1slJUlRW0bgbvqVwEz2TyXT Wqc22x+v62Ar8T4ZDoyB1Of0HfNgxLE3Kan/c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=Ed+sXEV2bU3fkdO2gxwa2ojhsWg0UR4Dg3m5xKzdgOBnQQr1zxO8ey3N6Za+S15znf UJNaA6WIAQBJUWS0xr8mgYyX82aWuCrEU38+yfVtCdkNX4pWOBl9PYN2/2Po2zSt3nOj to+/QWa3gmEW5KNgvOs2w2yVD+76VLpS9aucM= Received: by 10.210.115.17 with SMTP id n17mr8276358ebc.62.1219749619758; Tue, 26 Aug 2008 04:20:19 -0700 (PDT) Received: by 10.210.13.7 with HTTP; Tue, 26 Aug 2008 04:20:19 -0700 (PDT) Message-ID: <5e76b0ad0808260420x1e5c4538ueb627b66a30c6e83@mail.gmail.com> Date: Tue, 26 Aug 2008 16:50:19 +0530 From: "=?UTF-8?B?Tm9ibGUgUGF1bCDgtKg=?= =?UTF-8?B?4LWL4LSs4LS/4LSz4LWN4oCNIOCkqOCli+CkrOCljeCks+CljQ==?=" To: java-user@lucene.apache.org Subject: Add IndexReader#getCommitPoints() MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Is there any way to know what are the available commit points available in an index? This would be helpful to provide a rollback feature to rollback to a commitpoint . --Noble --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org