Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 43485 invoked from network); 22 Mar 2010 16:40:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Mar 2010 16:40:50 -0000 Received: (qmail 34729 invoked by uid 500); 22 Mar 2010 16:40:47 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 34702 invoked by uid 500); 22 Mar 2010 16:40:47 -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 34694 invoked by uid 99); 22 Mar 2010 16:40:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 16:40:47 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rohit.dholakia@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Mar 2010 16:40:39 +0000 Received: by gwj17 with SMTP id 17so2737667gwj.35 for ; Mon, 22 Mar 2010 09:40:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=7ZfX7S0EEYRx241R6wmI1pS2kNAxr13G8PfpRI9SykE=; b=nfnwpzq8Glgb01KmdNpNYfkULpPnLV1z1QbOXVVAJNkKufX+rp+wmCYDbJkaKj/wp6 s1y/+0LBedCoQ/HFxaFsD6HGO/sZJ3m/zAjbD540MxEpbB1nkXGE/9gH6uQlY7uzrbpj fB2M5CHE80aeoE1YdvSVpcEhnVmZgn6qglGhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=t6kocEEyOd/KF6GoHLIWV5IvKVV4ksnu0n9e40GfeEHF/A+s8oUbcrWE69xys+bwsL c9k28rGHuPi9lRqMq3oCBluYPfg2SOdZemWK6HF6g3C7c03Xw/q9rIieyAZ0IicIHTrO 581Ev36lLH8cyKwuFqi5xdPBs8maKY2IA0pII= MIME-Version: 1.0 Received: by 10.101.132.15 with SMTP id j15mr5215354ann.96.1269276018010; Mon, 22 Mar 2010 09:40:18 -0700 (PDT) In-Reply-To: <359a92831003220903xddf9cbeme9caeea04dab1f94@mail.gmail.com> References: <359a92831003220903xddf9cbeme9caeea04dab1f94@mail.gmail.com> Date: Mon, 22 Mar 2010 22:10:17 +0530 Message-ID: Subject: Re: Field method problems in first lucene program From: rohit dholakia To: java-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Actually,I have been trying to get the new edition as an ebook :) . Will try to get that asap . That did help . Thanks a lot :) . To tell everyone,i am using an opensource s/w for the first time and this mailing list system is amazing. Just awesome :) . Pity though that I am not able to follow the questions being asked till now :(. On 3/22/10, Erick Erickson wrote: > You're missing that the original LIA was written against 1.4, and the > current > version is 3.x, so lots of stuff has been deprecated. > > You can get the second edition from Manning as an e-book, which whould > have more current examples. > > HTH > Erick > > On Mon, Mar 22, 2010 at 11:37 AM, rohit dholakia > wrote: > >> Hi, >> >> I am writing my first lucene program and following the 1st >> edition of lucene in action book and the blog article by grant on the >> lucid imagination blog . Now,if i am using the doc.add(field.text()) >> method with arguments,it says,cant resolve .. >> If i follow the blog,it is asking for an extra argument(i am using >> just three as i am wondering what the second one should be) . What am >> i missing in both the cases? >> Rohit >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@lucene.apache.org >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org