Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@apache.org Received: (qmail 92377 invoked from network); 30 Jul 2003 19:15:21 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 30 Jul 2003 19:15:21 -0000 Received: (qmail 4597 invoked by uid 97); 30 Jul 2003 19:18:00 -0000 Delivered-To: qmlist-jakarta-archive-lucene-user@nagoya.betaversion.org Received: (qmail 4589 invoked from network); 30 Jul 2003 19:18:00 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 30 Jul 2003 19:18:00 -0000 Received: (qmail 91110 invoked by uid 500); 30 Jul 2003 19:15:13 -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 90849 invoked from network); 30 Jul 2003 19:15:12 -0000 Received: from smtp02.web.de (HELO smtp.web.de) (217.72.192.151) by daedalus.apache.org with SMTP; 30 Jul 2003 19:15:12 -0000 Received: from [217.185.53.185] (helo=pfrz-d9b935b9.pool.mediaWays.net) by smtp.web.de with esmtp (TLSv1:DES-CBC3-SHA:168) (WEB.DE 4.99 #420) id 19hwPq-00059n-00 for lucene-user@jakarta.apache.org; Wed, 30 Jul 2003 21:15:14 +0200 Subject: Re: All or noting hits From: Lutz Horn To: Lucene Users List In-Reply-To: <1059588272.17459.41.camel@localhost.localdomain> References: <1059588272.17459.41.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Organization: Message-Id: <1059592471.29655.1.camel@hume> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 30 Jul 2003 21:15:10 +0200 Content-Transfer-Encoding: 8bit Sender: lutz-horn@web.de X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, Am Mit, 2003-07-30 um 20.04 schrieb Marie-H�l�ne Forget: > I search for a word "Qvar" and I have 2 documents containing that exact > word. I get 2 results representing the 2 documents that I want. > Everything seems ok there, but I get other results that contains words > that starts with Q, P, O, and N but not the word I am looking for. I > detected an inverse alphabetic pattern. Is that normal ? Is this a kind > of ressemble search technic ? This probably depends on the Analyzer you are using for both indexing and searching the documents. Which one is it? Regards Lutz --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org