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