From lucene-user-return-9602-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Fri Aug 06 07:01:22 2004 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 25515 invoked from network); 6 Aug 2004 07:01:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Aug 2004 07:01:21 -0000 Received: (qmail 38533 invoked by uid 500); 6 Aug 2004 07:01:13 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 38400 invoked by uid 500); 6 Aug 2004 07:01: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 38377 invoked by uid 99); 6 Aug 2004 07:01:09 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [80.91.224.249] (HELO main.gmane.org) (80.91.224.249) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 06 Aug 2004 00:01:09 -0700 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Bsyix-000859-00 for ; Fri, 06 Aug 2004 09:01:07 +0200 Received: from p83.129.47.196.tisdip.tiscali.de ([83.129.47.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 09:01:07 +0200 Received: from t.schoellhorn by p83.129.47.196.tisdip.tiscali.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Aug 2004 09:01:07 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: lucene-user@jakarta.apache.org From: =?ISO-8859-1?Q?Tino_Sch=F6llhorn?= Subject: Analyzing and Querying Date: Fri, 06 Aug 2004 08:37:31 +0200 Lines: 18 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p83.129.47.196.tisdip.tiscali.de User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I have a problem which I'd like to understand - and perhaps it is also possible to solve it ;-). I built an index using Lucene with the GermanAnalyzer. Now I have the following phenomenon: - when searching for "bahn" the result contains hardly any "bergbahn" I am aware that the Lucene Query-Api supports wildcards, but as far as I know I cannot add a * in front of a query-term. Do you have any suggestions how I could find "bergbahn" with the query "bahn"? (this applies to other compound words as well). With regards Tino --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org