Re: 2.4.0 missing javadocs

2009-02-12 Thread Paul Elschot
On Friday 13 February 2009 02:14:21 Michael McCandless wrote: > > An Hong wrote: > > > 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, DocumentsWriterTh

Re: 2.4.0 missing javadocs

2009-02-12 Thread Michael McCandless
An Hong wrote: 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. That's because they're package private. Doing “ant java