Remove select since it can be both search and term command
authorDennis Schafroth <dennis@schafroth.com>
Wed, 24 Apr 2013 18:59:18 +0000 (20:59 +0200)
committerDennis Schafroth <dennis@schafroth.com>
Wed, 24 Apr 2013 18:59:18 +0000 (20:59 +0200)
test/test_solr_settings_1.xml

index b53f55a..79a56f6 100644 (file)
@@ -1,7 +1,7 @@
 <!-- Solr target -->
 <settings target="LOC Solr Test">
   <set name="pz:name"  value="LOC Solr Test" />
-  <set name="pz:url"   value="ocs-test.indexdata.com/solr/select" />
+  <set name="pz:url"   value="ocs-test.indexdata.com/solr" />
 
   <set name="pz:limitmap:author"  value="rpn:@attr 1=author_exact 6=3" />
   <set name="pz:limitmap:subject" value="rpn:@attr 1=subject_exact" />
@@ -37,4 +37,4 @@
   <set name="use_thumbnails" value="0" />
   <set name="pz:queryencoding"  value="UTF-8" />
 
-</settings>
\ No newline at end of file
+</settings>