Sorry for revisiting this 3 weeks old thread.
I downloaded the nighlty yesterday.
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:

bash-3.00$ find . -type f | grep Client
./docs/api-solrj/org/apache/solr/client/solrj/util/class-use/ClientUtils
.html
./docs/api-solrj/org/apache/solr/client/solrj/util/ClientUtils.html

Is this a packaging problem, or is it intentional?

-kuro

> -----Original Message-----
> From: Ryan McKinley [mailto:[EMAIL PROTECTED] 
> Sent: Friday, August 03, 2007 12:50 PM
> To: solr-user@lucene.apache.org
> Subject: Re: SolJava --- which attachments are valid?
> 
> Teruhiko Kurosaka wrote:
> >> or you can get it from the nightly builds in:
> >> http://people.apache.org/builds/lucene/solr/nightly/
> > 
> > For those of you who are interested...
> > 
> > As far as I can tell by inspecting the source code in Trunk,
> > solrj.jar from the nightly doesn't seem to work with Solr 1.2.
> > For one thing, there is a new layer org.apache.solr.common
> > and org.apache.util has become a sub component under
> > the common. Things like SolrInputDocument do not exist
> > in Solr 1.2 at all. 
> > 
> 
> To run solrj, you need:
>   apache-solr-1.3-dev-common.jar
>   apache-solr-1.3-dev-solrj.jar
>   and all the files in: solrj-lib
> 
> You *should* be able to use the client against a server that 
> is running 
> 1.2, but I don't make any promises there.
> 
> ryan
> 

Reply via email to