Basic solr works
The two requests below will get a record from solr that has "hal" in the title.
http://128.101.29.84:8080/solr/select/?q=hal&start=0&rows=10&version=2.2&indent=on
http://128.101.29.84:8080/solr/select/?q=hal
Using this solr schema and ustore code
http://128.101.29.84:8080/solr/select/?q=hal
Using this solr schema and ustore code