Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 8171 invoked from network); 17 May 2003 09:14:41 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 17 May 2003 09:14:41 -0000 Received: (qmail 8337 invoked by uid 97); 17 May 2003 09:17:01 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 8330 invoked from network); 17 May 2003 09:17:00 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 17 May 2003 09:17:00 -0000 Received: (qmail 7875 invoked by uid 500); 17 May 2003 09:14:39 -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 7825 invoked from network); 17 May 2003 09:14:33 -0000 Received: from unknown (HELO hostorg.contata.co.in) (203.196.139.82) by daedalus.apache.org with SMTP; 17 May 2003 09:14:33 -0000 Received: from developer (developer.contata.co.in [193.168.0.1]) by hostorg.contata.co.in (8.12.5/8.12.5) with SMTP id h4H9V8p5003042 for ; Sat, 17 May 2003 15:01:08 +0530 Message-ID: <002001c31c54$ce6fa640$0100a8c1@contatan.com> From: "Subhrajyoti Moitra" To: "lucene mailing list" Subject: multi field wildcard boolean query Date: Sat, 17 May 2003 14:45:06 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_001D_01C31C82.E8140C20" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_001D_01C31C82.E8140C20 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have a jsp which has five text box. The user puts in some text in 1 or = more text boxes. I want to conduct a multi field wildcard search. Eg: for textBox1 the user enters "hello" for textBox2 the user enters "ar*" for textBox3 the user enters "jav?" for textBox4 the user enters "apa*" now i want to conduct a search field1: hello field2:ar* field3:jav? field4:apa* so in verbose mode- i want all results which has field1 as "hello" (this = is complete term) AND field2 as anything starting with "ar" AND ... so = on. How do i do this?? What if the user instead of a single term, inputs a phrase like "cool = dude"? Please help me. thanks in advance. subhro. ------=_NextPart_000_001D_01C31C82.E8140C20--