Chris Hostetter wrote:
: + 6. SOLR-20: Added a java client interface with two implementations. One
: + implementation uses commons httpclient to connect to solr via HTTP. The
: + other connects to solr directly. Check client/java/solrj. This addition
: + also includes tests that start jetty and test a connection using the full
: + HTTP request cycle. (Darren Erik Vengroff, Will Johnson, ryan)
Ryan: I'm getting 44 compilation erors from the compile-solrj-core target
... root issues seem to be...
"package javax.xml.stream does not exist"
...what jar is this suppose to be comming from?
Dooh - i'm compiling with JDK 1.6 - that is in one of the stax-*.jar's
I just updated the build file... hopefully it will work for you.