[ https://issues.apache.org/jira/browse/LUCENE-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749282#action_12749282 ]
Robert Muir commented on LUCENE-1862: ------------------------------------- Uwe, i think you are right, but the real problem in this case is that SmartChineseAnalyzer is not in the smartcn package. it is under o.a.l.analysis instead of o.a.l.analysis.smartcn (with all the other smartcn tokenizer/tokenfilters where it should really belong imho) if we put package.html and SmartChineseAnalyzer one level lower, things would make more sense in my opinion. > duplicate package.html files in queryParser and analsysis.cn packages > --------------------------------------------------------------------- > > Key: LUCENE-1862 > URL: https://issues.apache.org/jira/browse/LUCENE-1862 > Project: Lucene - Java > Issue Type: Bug > Reporter: Hoss Man > Priority: Minor > Fix For: 2.9 > > > These files conflict with eachother when building the javadocs. there can be > only one (of each) ... > {code} > hoss...@brunner:~/lucene/java$ find src contrib -name package.html | perl > -ple 's{.*src/java/}{}' | sort | uniq -c | grep -v " 1 " > 2 org/apache/lucene/analysis/cn/package.html > 2 org/apache/lucene/queryParser/package.html > hoss...@brunner:~/lucene/java$ find src contrib -path > \*queryParser/package.html > src/java/org/apache/lucene/queryParser/package.html > contrib/queryparser/src/java/org/apache/lucene/queryParser/package.html > hoss...@brunner:~/lucene/java$ find src contrib -path \*cn/package.html > contrib/analyzers/common/src/java/org/apache/lucene/analysis/cn/package.html > contrib/analyzers/smartcn/src/java/org/apache/lucene/analysis/cn/package.html > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org