Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 025BEE89B for ; Wed, 20 Feb 2013 18:31:14 +0000 (UTC) Received: (qmail 50466 invoked by uid 500); 20 Feb 2013 18:31:12 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 50412 invoked by uid 500); 20 Feb 2013 18:31:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 50404 invoked by uid 99); 20 Feb 2013 18:31:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Feb 2013 18:31:12 +0000 Date: Wed, 20 Feb 2013 18:31:12 +0000 (UTC) From: "Hao Zhong (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (LUCENE-4788) Out of date code examples MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Hao Zhong created LUCENE-4788: --------------------------------- Summary: Out of date code examples Key: LUCENE-4788 URL: https://issues.apache.org/jira/browse/LUCENE-4788 Project: Lucene - Core Issue Type: Bug Components: modules/facet Affects Versions: 4.1 Reporter: Hao Zhong Priority: Critical The following API documents have code examples: http://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/index/Ord= inalMappingAtomicReader.html http://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/index/Ord= inalMappingAtomicReader.html "// merge the old taxonomy with the new one. OrdinalMap map =3D DirectoryTaxonomyWriter.addTaxonomies();" The two code examples call the DirectoryTaxonomyWriter.addTaxonomies method= . Lucene 3.5 has that method, according to its document: http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/api/all/org= /apache/lucene/facet/taxonomy/directory/DirectoryTaxonomyWriter.html However, lucene 4.1 does not have such a method, according to its document= =EF=BC=9A http://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/taxonomy/= directory/DirectoryTaxonomyWriter.html Please update the code examples to reflect the latest implementation. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org