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
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