Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 97521 invoked from network); 28 May 2004 03:47:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 28 May 2004 03:47:44 -0000 Received: (qmail 59157 invoked by uid 500); 28 May 2004 03:47:54 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 58940 invoked by uid 500); 28 May 2004 03:47:52 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 58591 invoked by uid 98); 28 May 2004 03:47:49 -0000 Received: from karthik@controlnet.co.in by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(203.199.26.74):. Processed in 0.482292 secs); 28 May 2004 03:47:49 -0000 X-Qmail-Scanner-Mail-From: karthik@controlnet.co.in via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(203.199.26.74):. Processed in 0.482292 secs) Received: from unknown (HELO daakghar.controlnet.co.in) (203.199.26.74) by hermes.apache.org with SMTP; 28 May 2004 03:47:49 -0000 Received: from karthik ([192.168.4.1]) by dakiya.controlnet.co.in (Netscape Messaging Server 4.15) with ESMTP id HYEOCI00.UMD for ; Fri, 28 May 2004 09:27:54 +0530 From: "Karthik N S" To: "Lucene Users List" Subject: RE: Range Query Sombody HELP please Date: Fri, 28 May 2004 09:24:20 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <200405271932.55169.ykingma@xs4all.nl> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hey Ype Apologies for the misconduct. Weh we do a search in SQL using '*' we all know that the result would be total no of records in the table,but when we want to get limit our record we apply range between 2 specific row records [Which we call it as subsearch] Similarly on a indexed record I would like perform the same tecnique as above. In fact I was looking at the url u sent me in the last mail on using getRange Queries and was working on the same http://jakarta.apache.org/lucene/docs/queryparsersyntax.html and http://today.java.net/pub/a/today/2003/11/07/QueryParserRules.html but witou results for the last 12 hrs. If u could spare a few minuts and please expalin or provide a simple [ full ] example using and over riding the getRange() method . with regards Karthik -----Original Message----- From: Ype Kingma [mailto:ykingma@xs4all.nl] Sent: Thursday, May 27, 2004 11:03 PM To: lucene-user@jakarta.apache.org Subject: Re: Range Query Sombody HELP please On Thursday 27 May 2004 09:37, Karthik N S wrote: > Hi > Lucene -Developer My main intention was > > Search for an word hit in a Unique Field between ranges say > book100 - book 200 indexed numbers > It's something like creating a SUBSEARCH with in the SEARCHINDEX. You don't need to shout (uppercase), I've been teaching SQL. Could you explain what you mean by subsearch? I suppose you might want to have a look at the various filter classes in the org.apache.lucene.search package. Regards, Ype --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org