[ https://issues.apache.org/jira/browse/LUCENE-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13583189#comment-13583189 ]
Commit Tag Bot commented on LUCENE-4788: ---------------------------------------- [branch_4x commit] Shai Erera http://svn.apache.org/viewvc?view=revision&revision=1448634 LUCENE-4788: fix code example in jdoc > 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 > Assignee: Shai Erera > Priority: Trivial > Fix For: 4.2, 5.0 > > > 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-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org