The "javadocs" link here: http://lucene.apache.org/solr/index.html takes you to the API documentation...
if you go to the frames view and click on org.apache.client.solrj in the upper left you'll see the solrj classes only.... I'll often get the source and execute "ant documentation" to get a local copy of all the javadocs. If you open <solr_home>/solr/build/docs/index.html you get a nice top-level local HTML page. Other than that, you're really best off looking over some of the code examples on the web. The javadocs can be kind of sparse as well, any clarifications you'd like to contribute as patches would be very welcome! There's often great value in someone seeing the docs with fresh eyes... Best Erick On Tue, Oct 9, 2012 at 5:56 AM, tomtom <tkaefferb...@conet.de> wrote: > Hi, > > is there a comprehensive documentation of the SolrJ Api? The given > resources are hard to read and have only few information. The Guide from > lucid imagination gave me a certain progress but is just a well organized > compilation of the apache documents. For programming there's just few help > and the apidoc seems very spare. > > I wonder where the gracefully given hints in this forum (and others) are > from. Is it really necessarey to inspect the source-code of Solr? Does > anyone knows about "readable" and nearly complete documentation? > > A sometimes frustrated Solr-User/programmer. > > Thank you in advance, tom > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/SolrJ-Apidoc-is-there-any-comprehensive-literature-tp4012673.html > Sent from the Solr - User mailing list archive at Nabble.com.