Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/pazpar2
authorDennis Schafroth <dennis@indexdata.com>
Mon, 14 May 2012 10:34:49 +0000 (12:34 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 14 May 2012 10:34:49 +0000 (12:34 +0200)
test/test_solr.urls
test/test_solr_settings_4.xml
test/test_solr_settings_5.xml [new file with mode: 0644]

index e056172..cffee10 100644 (file)
@@ -20,3 +20,10 @@ http://localhost:9763/search.pz2?session=1&command=bytarget
 http://localhost:9763/search.pz2?session=1&command=termlist&name=xtargets%2Csubject%2Cauthor%2Cdate%2Cmedium
 http://localhost:9763/search.pz2?session=1&command=search&query=water&limit=subject%3A=N.Y
 3 http://localhost:9763/search.pz2?session=1&command=show
+test_solr_settings_5.xml http://localhost:9763/search.pz2?session=1&command=settings
+http://localhost:9763/search.pz2?session=1&command=search&query=water
+3 http://localhost:9763/search.pz2?session=1&command=show
+http://localhost:9763/search.pz2?session=1&command=bytarget
+http://localhost:9763/search.pz2?session=1&command=termlist&name=xtargets%2Csubject%2Cauthor%2Cdate%2Cmedium
+http://localhost:9763/search.pz2?session=1&command=search&query=water&limit=subject%3A=N.Y
+3 http://localhost:9763/search.pz2?session=1&command=show
index 631044f..867c513 100644 (file)
@@ -1,4 +1,4 @@
-<!-- Solr target -->
+<!-- Solr target, settings 4-->
 <settings target="LOC Solr Test">
   <set name="pz:maxrecs" value="200" /> 
   <set name="pz:present_chunk" value="0"/>
diff --git a/test/test_solr_settings_5.xml b/test/test_solr_settings_5.xml
new file mode 100644 (file)
index 0000000..2aa611b
--- /dev/null
@@ -0,0 +1,5 @@
+<!-- Solr target, Settings 5 -->
+<settings target="LOC Solr Test">
+  <set name="pz:maxrecs" value="100" /> 
+  <set name="pz:present_chunk" value=""/>
+</settings>