Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 95113 invoked from network); 4 Oct 2006 07:20:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2006 07:20:18 -0000 Received: (qmail 5984 invoked by uid 500); 4 Oct 2006 07:20:18 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 5825 invoked by uid 500); 4 Oct 2006 07:20:17 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 5814 invoked by uid 99); 4 Oct 2006 07:20:17 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Oct 2006 00:20:17 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [65.77.211.84] ([65.77.211.84:39917] helo=www2.kc.aoindustries.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 6F/30-00170-0B063254 for ; Wed, 04 Oct 2006 00:20:16 -0700 Received: from www2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id k947K1DY018338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 4 Oct 2006 02:20:01 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by www2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id k947JxQu018248 for dev@forrest.apache.org; Wed, 4 Oct 2006 02:19:59 -0500 X-Authentication-Warning: www2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Wed, 4 Oct 2006 17:19:47 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: Indexing In Lucene Message-ID: <20061004071947.GN5407@igg.indexgeo.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ajani, Akil (Cognizant) wrote: > > Hi, > Can you tell me how indexing takes place in lucene(Depth).if > document has 1....n indices then which algorithm it uses,which > information retrival model it uses... Hmmm, you asked the exact same question at forrest-dev,cocoon-dev,general-xml,... It would be better that you review the Apache Lucene documentation http://lucene.apache.org/ and search the mailing lists for the relevant sub-project of Lucene. -David