Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 57596 invoked from network); 24 May 2006 07:43:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 May 2006 07:43:11 -0000 Received: (qmail 77394 invoked by uid 500); 24 May 2006 07:43:07 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 77338 invoked by uid 500); 24 May 2006 07:43:07 -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 77317 invoked by uid 99); 24 May 2006 07:43:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 00:43:07 -0700 X-ASF-Spam-Status: No, hits=1.1 required=10.0 tests=EXTRA_MPART_TYPE,HTML_FONT_BIG,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of Vikas_Khengare@symantec.com designates 143.127.12.110 as permitted sender) Received: from [143.127.12.110] (HELO gold.veritas.com) (143.127.12.110) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 May 2006 00:43:05 -0700 Received: from sxchcon2-int.veritas.com (HELO SVLXCHCON2.enterprise.veritas.com) ([10.137.18.172]) by gold.veritas.com with ESMTP; 24 May 2006 00:42:45 -0700 X-IronPort-AV: i="4.05,165,1146466800"; d="jpg'145?scan'145,208,217,145"; a="59814966:sNHT139046472" Received: from itpxchcon2.enterprise.veritas.com ([10.216.17.4]) by SVLXCHCON2.enterprise.veritas.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 24 May 2006 00:42:01 -0700 Received: from ITPXCHCLN1.enterprise.veritas.com ([10.216.17.2]) by itpxchcon2.enterprise.veritas.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 24 May 2006 13:11:29 +0530 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/related; type="multipart/alternative"; boundary="----_=_NextPart_001_01C67F05.77D89226" Subject: Can I do "Google Suggest" Like Search? - - - from - - -vikas Date: Wed, 24 May 2006 13:11:29 +0530 Message-ID: <2B63BBC3F2F85B45A985FAD965DE969ECA1BF4@ITPXCHCLN1.enterprise.veritas.com> X-MS-Has-Attach: yes X-MS-TNEF-Correlator: Thread-Topic: Can I do "Google Suggest" Like Search? - - - from - - -vikas Thread-Index: AcZ/BXgqOoMHCOgrTyu35e7WXgYuTw== From: "Vikas Khengare" To: , , X-OriginalArrivalTime: 24 May 2006 07:41:29.0409 (UTC) FILETIME=[78280310:01C67F05] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C67F05.77D89226 Content-Type: multipart/alternative; boundary="----_=_NextPart_002_01C67F05.77D89226" ------_=_NextPart_002_01C67F05.77D89226 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi Friend =20 =20 I want to perform search like "Google search" which will give suggestions to user. So when I type "L" it will give me search options names which will start from "L". Then when I will type "Lu" then it should give me options for names which are starting from "Lu". & so on ...... =20 1) Does Lucene provide any API for doing so? 2) Can I use Sort / Filter classes for it? 3) Or do I need to handle it in java (may be any other language)? =20 =20 =20 =20 =20 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D =20 with best regards from ......... vikas r. khengare Veritas Software India Private Ltd.=20 Symantec Corporation Pune, India =20 [ Enjoy your life today.... because yesterday had gone.... and tommorow may never come . ] =20 ------_=_NextPart_002_01C67F05.77D89226 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Friend

 

 

         =    I want to perform search like “Google search” which will give suggestions to user.

So when I type “L” it will give me search options names which will start from “L”. Then = when I will type “Lu” then it = should give me options for names which are starting from “Lu”. = & so on ……

 

1) Does Lucene provide any API for doing = so?

2) Can I use Sort / Filter classes for = it?

3) Or do I need to handle it in java (may be any = other language)?

 

         =   

 

         =   

 

=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D

 

with best = regards

from .........

vikas r. khengare

Veritas = Software India Private Ltd.

Symantec = Corporation

Pune, = India

      &nbs= p;            = ;     [ = Enjoy your life today.... because yesterday had gone.... and = tommorow may never = come . ]

 

------_=_NextPart_002_01C67F05.77D89226-- ------_=_NextPart_001_01C67F05.77D89226--