From lucene-user-return-12964-apmail-jakarta-lucene-user-archive=jakarta.apache.org@jakarta.apache.org Thu Feb 03 19:54:40 2005 Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 33432 invoked from network); 3 Feb 2005 19:54:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Feb 2005 19:54:40 -0000 Received: (qmail 96669 invoked by uid 500); 3 Feb 2005 19:54:37 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 96640 invoked by uid 500); 3 Feb 2005 19:54:36 -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 96625 invoked by uid 99); 3 Feb 2005 19:54:36 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from 87.52.220-216.q9.net (HELO mail.futurebrandexp.com) (216.220.52.87) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 03 Feb 2005 11:54:35 -0800 Received: from p001002 ([204.225.84.27]) by mail.futurebrandexp.com with Microsoft SMTPSVC(5.0.2195.5329); Thu, 3 Feb 2005 14:59:01 -0500 Message-ID: <018601c50a2a$ce56b3e0$7703d00a@hypermedia.com> From: "Luke Shannon" To: "Lucene Users List" References: <060301c50980$89b6ce50$7703d00a@hypermedia.com> <4201EBBF.2080009@getopt.org> <42028126.1010201@getopt.org> Subject: Re: Synonyms Not Showing In The Index Date: Thu, 3 Feb 2005 14:59:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-OriginalArrivalTime: 03 Feb 2005 19:59:01.0977 (UTC) FILETIME=[CE86C490:01C50A2A] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Thanks! I can wait for the release. Luke ----- Original Message ----- From: "Andrzej Bialecki" To: "Lucene Users List" Sent: Thursday, February 03, 2005 2:53 PM Subject: Re: Synonyms Not Showing In The Index > Andrzej Bialecki wrote: > > Luke Shannon wrote: > > > >> Hello; > >> > >> It seems my Synonym analyzer is working (based on some successful > >> queries). > >> But I can't see the synonyms in the index using Luke. Is this correct? > >> > > > > Did you use the combined JAR to run? It contains an oldish version of > > Lucene... Other than that, I'm not sure - if you can't find the reason > > you could send me a small test index... > > > > > > Got the bug. Your index is ok, and your synonym analyzer works as > expected. The Doc #16, field "name" has the content "luigi|mario test", > where tokens "luigi" and "mario" occupy the same position. > > This was a deficiency with the current version of Luke, where if you > press "Reconstruct" it tries to reconstruct only unstored fields, but > shows you the stored fields verbatim (without actually checking how > their content was tokenized, and what tokens ended up in the index). > > This is fixed in the new (yet unreleased) version of Luke. This new > version restores all fields (no matter if they are stored or only > indexed), and then displays both the stored content, and the restored > tokenized content. There was also a bug in GrowableStringsArray - the > values of tokens with the same position were being overwritten instead > of appended. This is also fixed now. > > You should expect a new release within a week or two. If you can't wait, > let me know and I'll send you the patches. > > -- > Best regards, > Andrzej Bialecki > ___. ___ ___ ___ _ _ __________________________________ > [__ || __|__/|__||\/| Information Retrieval, Semantic Web > ___|||__|| \| || | Embedded Unix, System Integration > http://www.sigram.com Contact: info at sigram dot com > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: lucene-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org