Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB74DE73E for ; Tue, 4 Dec 2012 15:19:14 +0000 (UTC) Received: (qmail 37573 invoked by uid 500); 4 Dec 2012 15:19:12 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 37354 invoked by uid 500); 4 Dec 2012 15:19:12 -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 37341 invoked by uid 99); 4 Dec 2012 15:19:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 15:19:12 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [93.17.128.118] (HELO smtp25.services.sfr.fr) (93.17.128.118) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Dec 2012 15:19:04 +0000 Received: from filter.sfr.fr (localhost [127.0.0.1]) by msfrf2518.sfr.fr (SMTP Server) with ESMTP id EBBA07000124 for ; Tue, 4 Dec 2012 16:18:43 +0100 (CET) Received: from imac-de-denis.altanis.eu (46.213.204.77.rev.sfr.net [77.204.213.46]) by msfrf2518.sfr.fr (SMTP Server) with ESMTP id 025B0700011E for ; Tue, 4 Dec 2012 16:18:42 +0100 (CET) X-SFR-UUID: 20121204151843976.025B0700011E@msfrf2518.sfr.fr Message-ID: <50BE1452.7020803@altanis.fr> Date: Tue, 04 Dec 2012 16:18:42 +0100 From: BIAGINI Nathan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:16.0) Gecko/20121026 Thunderbird/16.0.2 MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Beginning with Lucene References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 04/12/12 16:06, Mohammad Tariq a �crit : > Hello list, > > I am entirely new to Lucene and was trying yo get myself familiar > with it with the help of tutorial presented here : > http://www.lucenetutorial.com/lucene-in-5-minutes.html > > I was trying to execute the example code given here, but it seems > "StandardAnalyzer" and "QueryParser" is not present in the distribution. I > am using Lucene-4.0.0 and downloaded it from the official link. I am kinda > stuck. Any help would be greatly appreciated. (Apologies for my ignorance). > > Many thanks. > > Regards, > Mohammad Tariq > Are you sure you added the correct jars? Look at the packages and see what jars you need regarding the class you want to use. Generally, i guess the jars in the "all" directory of your Lucene distribution should be enough. --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org