On Nov 22, 2008, at 4:26 AM, Erik Hatcher wrote:
I just got the client-side demo on trunk to work (with a few tweaks
to make it work with the example core Solr data).
On trunk follow these steps:
* root directory: ant example
One extra step needed, for the pedantic...
* launch Solr: cd example; java -jar start.jar
* separate console, index data: cd example/exampledocs; java -jar
post.jar *.xml
* open contrib/javascript/example/testClientside.html in your browser
The serverSide.html example is still not quite wired together
properly to be an easy-to-run-demo, as what's on trunk doesn't
include the reuters data and the velocity stuff is not wired in with
it yet either.
We'll get this working better/cleaner as we go, so we appreciate
your early adopter help ironing out this stuff.
Erik