Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 18343 invoked from network); 7 Feb 2007 20:22:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 20:22:07 -0000 Received: (qmail 83505 invoked by uid 500); 7 Feb 2007 20:22:09 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 83049 invoked by uid 500); 7 Feb 2007 20:22:08 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 83034 invoked by uid 99); 7 Feb 2007 20:22:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 12:22:08 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=MSGID_MULTIPLE_AT X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [194.125.145.37] (HELO mercury.propylon.com) (194.125.145.37) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 12:21:57 -0800 Received: from propylon-sdsl.sdsl.esat.net ([193.120.101.26] helo=damienmc) by mercury.propylon.com with esmtp (Exim 4.50) id 1HEtGj-0000Y6-2W for java-user@lucene.apache.org; Wed, 07 Feb 2007 20:19:57 +0000 From: "Damien McCarthy" To: Date: Wed, 7 Feb 2007 20:21:28 -0000 Message-ID: <000401c74af5$8c8b97b0$a5a2c710$@mccarthy@propylon.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Content-language: en-gb Thread-Index: AcdK7Op6flMbqyPyTyiTcs2DtcYExAAB64IgAAA4POA= X-SA-Exim-Connect-IP: 193.120.101.26 X-SA-Exim-Mail-From: damien.mccarthy@propylon.com Subject: FW: Question concerning Analyzers X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on mercury.propylon.com X-Spam-Level: X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on mercury.propylon.com) X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.1 required=5.0 tests=AWL autolearn=failed version=3.0.3 "Can an analyzer index something but ignore it during a search" It sounds like you might be using a different analyzer to parse your = search query than you used when you indexed the data. Perhaps you could print = out the toString() of the query you pass to the IndexSearcher, as this would show you if the analyzer you use to parse the query is doing something = you don=92t expect. D. -----Original Message----- From: Xavier To [mailto:to.xavier@courrier.uqam.ca]=20 Sent: 07 February 2007 19:10 To: java-user@lucene.apache.org Subject: Question concerning Analyzers Hi, me again I'm still stuck with my search engine, but something popped in my head : = Can an analyzer index something but ignore it during a search ? I'm asking = this because now that I've been searching for an answer, I've come to think = that I should redo the whole search engine, but I don't want to reproduce the same error as we have now. It would be stupid to accidentaly redo the = same mistake. I still haven't received news from my seniors about me posting = code and all... Xavier T=F4 Bacc. en Informatique et G=E9nie Logiciel to.xavier@courrier.uqam.ca (450)434-8905 --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org