Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 59197 invoked from network); 13 Oct 2009 16:44:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 16:44:20 -0000 Received: (qmail 31959 invoked by uid 500); 13 Oct 2009 16:44:17 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 31893 invoked by uid 500); 13 Oct 2009 16:44:17 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 31885 invoked by uid 99); 13 Oct 2009 16:44:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 16:44:17 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 16:44:13 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 0883945EB51 for ; Tue, 13 Oct 2009 18:43:52 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MjFzd3ZwuUx9 for ; Tue, 13 Oct 2009 18:43:42 +0200 (CEST) Received: from VEGA (port-83-236-62-3.dynamic.qsc.de [83.236.62.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 8229B45EAEA for ; Tue, 13 Oct 2009 18:43:42 +0200 (CEST) From: "Uwe Schindler" To: References: <20091013142803.2E13B238889B@eris.apache.org> <4AD4ADD3.4080700@gmail.com> Subject: RE: svn commit: r824781 - in /lucene/java/trunk: ./ contrib/memory/src/java/org/apache/lucene/index/memory/ contrib/memory/src/test/org/apache/lucene/index/memory/ contrib/remote/src/java/org/apache/lucene/search/ contrib/surround/src/test/org/apache/luce Date: Tue, 13 Oct 2009 18:43:42 +0200 Message-ID: <8A925F458CFA47FAA9FB79BAE1BD70F0@VEGA> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <4AD4ADD3.4080700@gmail.com> Thread-Index: AcpMJCjEM7QTL+LjS0maF4WOeSz6HwAABmRA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 I think this was a mistake. Especially because the hint to the replacement method is the method itself. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Michael Busch [mailto:buschmic@gmail.com] > Sent: Tuesday, October 13, 2009 6:42 PM > To: java-dev@lucene.apache.org > Subject: Re: svn commit: r824781 - in /lucene/java/trunk: ./ > contrib/memory/src/java/org/apache/lucene/index/memory/ > contrib/memory/src/test/org/apache/lucene/index/memory/ > contrib/remote/src/java/org/apache/lucene/search/ > contrib/surround/src/test/org/apache/luce > > On 10/13/09 7:28 AM, uschindler@apache.org wrote: > > @@ -115,7 +95,6 @@ > > *

Applications should usually call {@link Searcher#search(Query)} > or > > * {@link Searcher#search(Query,Filter)} instead. > > * @throws BooleanQuery.TooManyClauses > > - * @deprecated use {@link #search(Weight, Filter, int)} instead. > > */ > > TopDocs search(Weight weight, Filter filter, int n) throws > IOException; > > > > Was this method just accidentally deprecated? > > Michael > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org