Updates to pz:authentication documentation
[pazpar2-moved-to-github.git] / etc / settings / opencontent-solr.xml
1 <settings target="ocs-test.indexdata.com/solr">
2   <set name="pz:name" value="opencontent-solr"/>
3   
4   <set name="pz:apdulog" value="1"/>
5   <!-- mapping for unqualified search -->
6 <!-- It should not be nessesary to have a term mapping 
7      if the solr setup has a default field for searching.
8      On Index Data we use the text field to contain all
9      and has this as default field
10   <set name="pz:cclmap:term" value="1=text"/>
11 --> 
12   <!-- field-specific mappings -->
13   <set name="pz:cclmap:au"   value="1=author" />
14   <set name="pz:cclmap:ti"   value="1=title"  />
15   <set name="pz:cclmap:su"   value="1=subject"/>
16   <set name="pz:cclmap:isbn" value="1=isbn" />
17   <set name="pz:cclmap:issn" value="1=issn" />
18   <set name="pz:cclmap:date" value="1=date" />
19
20   <!-- Retrieval settings -->
21
22   <set name="pz:sru" value="solr"/>
23   <set name="pz:requestsyntax" value="tmarc"/>
24
25   <!-- Termlist/facet settings -->
26   <set name="pz:termlist_term_count" value="0"/>
27   <set name="pz:termlist_term_sort" value="1"/>
28
29   <set name="pz:facetmap:date" value="date"/>
30   <set name="pz:facetmap:subject" value="subject_exact"/>
31   <set name="pz:facetmap:author" value="author_exact"/>
32   <!-- Result normalization settings -->
33
34   <set name="pz:nativesyntax" value="txml"/>
35   <set name="pz:xslt" value="solr-pz2.xsl"/>
36 </settings>
37 <!-- Keep this comment at the end of the file
38      Local variables:
39      mode: nxml
40      End:
41 -->
42