Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 41108 invoked from network); 15 Jul 2004 14:03:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jul 2004 14:03:38 -0000 Received: (qmail 37476 invoked by uid 500); 15 Jul 2004 14:03:10 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 37344 invoked by uid 500); 15 Jul 2004 14:03:09 -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 37273 invoked by uid 99); 15 Jul 2004 14:03:08 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [213.61.178.43] (HELO mail.tanto.de) (213.61.178.43) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 15 Jul 2004 07:03:03 -0700 Received: from localhost (localhost [127.0.0.1]) by mail.tanto.de (Postfix) with ESMTP id 26FFF23B94 for ; Thu, 15 Jul 2004 16:03:11 +0200 (CEST) Received: from mail.tanto.de ([127.0.0.1]) by localhost (mail.tanto.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07640-09 for ; Thu, 15 Jul 2004 16:03:11 +0200 (CEST) Received: from tucholsky.office.tanto.de (unknown [10.0.1.4]) by mail.tanto.de (Postfix) with ESMTP id 049FA23B8F for ; Thu, 15 Jul 2004 16:03:11 +0200 (CEST) Received: from tucholsky.office.tanto.de (morus@tucholsky [127.0.0.1]) by tucholsky.office.tanto.de (8.12.3/8.12.3/Debian-6.6) with ESMTP id i6FE2uGL006185 for ; Thu, 15 Jul 2004 16:02:56 +0200 Received: (from morus@localhost) by tucholsky.office.tanto.de (8.12.3/8.12.3/Debian-6.6) id i6FE2ukx006181; Thu, 15 Jul 2004 16:02:56 +0200 From: Morus Walter MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16630.36496.770724.810574@tanto-xipolis.de> Date: Thu, 15 Jul 2004 16:02:56 +0200 To: "Lucene Users List" Subject: Re: Wildcard search with my own analyzer In-Reply-To: <40F68867.4090009@ikestrel.com> References: <40F68383.2040707@ifit.uni-klu.ac.at> <40F68867.4090009@ikestrel.com> X-Mailer: VM 7.03 under 21.4 (patch 6) "Common Lisp" XEmacs Lucid X-Virus-Scanned: by amavisd-new at mail.tanto.de Q&A postmaster@tanto.de X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joel Shellman writes: > > What do I need to do so that wildcard searching will work on this? I am > using the same analyzer for indexing and searching (otherwise the first > search wouldn't work either). > Check what query is produced (query.toString(...)). I guess that query parser which seems to be what you are using does not support wildcards within `"'. Morus --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org