source: FederatedSearch/mpi-endpoint/src/main/webapp/WEB-INF/sru-server-config.xml @ 6059

Last change on this file since 6059 was 6059, checked in by olhsha@mpi.nl, 9 years ago

importing the impi endpoint with the example of usage jaxb for generating java classes from schemata,and usage of guava library for cache

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<endpoint-config xmlns="http://www.clarin.eu/sru-server/1.0/">
3    <databaseInfo>
4        <title xml:lang="en" primary="true">MPI CQLServlet</title>
5        <description xml:lang="en" primary="true">MPI CQLServlet</description>
6        <author xml:lang="en">Max Planck for Psycholinguistics</author>
7    </databaseInfo>
8
9    <indexInfo>
10        <set name="fcs" identifier="http://clarin.eu/fcs/resource">
11            <title xml:lang="de">CLARIN Content Search</title>
12            <title xml:lang="en" primary="true">CLARIN Content Search</title>
13        </set>
14        <index search="true" scan="false" sort="false">
15            <title xml:lang="en" primary="true">Full text</title>
16            <map primary="true">
17                <name set="fcs">full text</name>
18            </map>
19        </index>
20    </indexInfo>
21
22    <schemaInfo>
23        <schema identifier="http://clarin.eu/fcs/resource" name="fcs"
24                sort="false" retrieve="true">
25            <title xml:lang="en" primary="true">CLARIN Content Search</title>
26        </schema>
27    </schemaInfo>
28
29</endpoint-config>
Note: See TracBrowser for help on using the repository browser.