Hi, I wonder how come the API javadoc at http://lucene.apache.org/java/2_4_0/api/core/index.html is missing entries for classes like org.apache.lucene.index.DocumentsWriter, DocumentsWriterThreadState and many others. Doing "ant javadocs" locally does not generate the javadoc for these classes either, and I'm seeing errors such as,
[javadoc] javadoc: error - Error while reading file C:\svn\lucenestuff\lucene-2.4.0\contrib\ant\src\java\overview.html [javadoc] Generating C:\svn\lucenestuff\lucene-2.4.0\build\docs\api\contrib-ant\stylesheet.css... [javadoc] Note: Custom tags that could override future standard tags: @todo. To avoid potential overrides, use at least one period character (.) in custom tag names. [javadoc] Note: Custom tags that were not seen: @uml.property [javadoc] 1 error Thanks, An