1 <?xml version="1.0" encoding="UTF-8"?>
2 <pazpar2 xmlns="http://www.indexdata.com/pazpar2/1.0">
4 <threads number="0"/> <!-- non-zero to enable threaded operation -->
8 <!-- character set mapping.. This can be overriden in services -->
10 <icu_chain id="relevance" locale="en">
11 <transform rule="[:Control:] Any-Remove"/>
13 <transform rule="[[:WhiteSpace:][:Punctuation:]] Remove"/>
19 <icu_chain id="sort" locale="en">
20 <transform rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/>
26 <icu_chain id="mergekey" locale="en">
28 <transform rule="[[:Control:][:WhiteSpace:][:Punctuation:]] Remove"/>
33 <include src="services-enabled/*.xml"/>
38 <!-- Keep this comment at the end of the file