: I noticed that some classes have API docs (.html) but no source code : (.java). : For example, there is a javadoc for : org.apache.solr.client.solrj.util.ClientUtils : but no ClientUtils.java:
i beleive this issue is that none of the source from the client directory is included in the builds at the moment ... i don't think we've ever really figured out a general strategy for releasing any of the client APIs -Hoss