Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 36487 invoked from network); 27 Mar 2003 14:51:47 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Mar 2003 14:51:47 -0000 Received: (qmail 9706 invoked by uid 97); 27 Mar 2003 14:53:34 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@nagoya.betaversion.org Received: (qmail 9699 invoked from network); 27 Mar 2003 14:53:33 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 27 Mar 2003 14:53:33 -0000 Received: (qmail 36214 invoked by uid 500); 27 Mar 2003 14:51:43 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 36176 invoked from network); 27 Mar 2003 14:51:42 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 27 Mar 2003 14:51:42 -0000 Received: (qmail 9691 invoked by uid 50); 27 Mar 2003 14:53:29 -0000 Date: 27 Mar 2003 14:53:29 -0000 Message-ID: <20030327145329.9690.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: lucene-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 18410] New: - GermanAnalyzer problems with upper/lower case X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18410 GermanAnalyzer problems with upper/lower case Summary: GermanAnalyzer problems with upper/lower case Product: Lucene Version: 1.2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Major Priority: Other Component: Analysis AssignedTo: lucene-dev@jakarta.apache.org ReportedBy: philipp_meister@hotmail.com Hello! If noticed some strange problems of the german analyzer when using field search for texts consisting of more than one word. For example, I had to documents in the search index, one had a field set to "Anfrage von mir", the other one had it set to "Ticket von mir". While the search for "fieldname:anfrage" returned the expected document, "fieldname:ticket" did not return the document. After removing the special treatment of upper case words in the GermanStemmer, it worked properly. All the best Philipp --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-dev-help@jakarta.apache.org