You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2013/02/21 14:26:12 UTC

[jira] [Updated] (LUCENE-4788) Out of date code examples

     [ https://issues.apache.org/jira/browse/LUCENE-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shai Erera updated LUCENE-4788:
-------------------------------

    Priority: Trivial  (was: Critical)
    
> 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: Trivial
>
> The following API documents have code examples:
> http://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/index/OrdinalMappingAtomicReader.html
> http://lucene.apache.org/core/4_1_0/facet/org/apache/lucene/facet/index/OrdinalMappingAtomicReader.html
> "// merge the old taxonomy with the new one.
>  OrdinalMap map = 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:
> 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 administrators
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