Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
Tika, mail # user - tika api docs in distribution?


Copy link to this message
-
Re: tika api docs in distribution?
Borat Borat 2012-02-01, 15:35
Excellent, thank you Nick !

----- Original Message -----
From: Nick Burch <[EMAIL PROTECTED]>
To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>; Borat Borat <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, February 1, 2012 1:38 PM
Subject: Re: tika api docs in distribution?

On Tue, 31 Jan 2012, Borat Borat wrote:
> I'm sorry for such question, but  somehow I've missed tika api documentation for offline browsing in apache-tika-1.0-src.zip? Are they included in the distribution? If not where/how can I get tika api docs for offline browsing?

The JavaDocs get published to Maven Central, along with the binary jars. So, if you're using Maven, you can fetch them that way.

If you download the source jar, it is a fully buildable environment, so you can build the javadocs from that, just as you can build the jars

Finally, because the JavaDocs go to maven central, you can download them from there, eg
http://search.maven.org/remotecontent?filepath=org/apache/tika/tika-core/1.0/tika-core-1.0-javadoc.jar

Nick