take a look at the unit tests for examples of how to use the api.
also the client is a client API not a client for running queries etc.
http://svn.apache.org/viewvc/lucene/solr/trunk/client/java/solrj/test/
org/apache/solr/client/solrj/
- will
On Aug 30, 2007, at 5:56 AM, Thierry Collogne wrote:
I don't think the client can be run directly. We have developed a
small
application that uses the client as an interface to solr.
On 30/08/2007, Teruhiko Kurosaka <[EMAIL PROTECTED]> wrote:
Can anyone tell me how to use the Java client ?
I downloaded the complete source from SVN solr trunk and
took a look at files under client/java but no .java file has
main(). Or I don't see README.
-kuro