source: FederatedSearch/mpi-endpoint/DeploymentSettings/TestURIs.txt @ 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 
1Note: <servlet> below is
2
3cqlservlet.mpi.nl/ or corpus1.mpi.nl/ds/cqlsearch/ for corpus1,
4lux17.mpi.nl/ds/cqlsearch/ for lux17
5lux16.mpi.nl/ds/cqlsearch2/ for lux16
6
7EXPLAIN
8
9<servlet>/?operation=explain&version=1.2&x-fcs-endpoint-description=true
10
11SEARCH
12
13<servlet>/?operation=searchRetrieve&query=kind&version=1.2
14
15<servlet>/?operation=searchRetrieve&query=kind&version=1.1&maximumRecords=19&startRecord=3
16
17Another search term (place instead of kind, use " "): "Bayern MÃŒnchen" (checks two-word search term and umlauts)
18
19<Servlet>?/?operation=searchRetrieve&version=1.2&query=kind AND (taal AND non-verbaal)&x-fcs-context=hdl:LUX16/00-0000-0000-0005-0986-5,hdl:LUX16/00-0000-0000-0006-584A-9
20
21In the last example node handles are given for Lux16, so replace it for some example nodes for <servlet>. Fro instance: for corpus1 there are
22
23hdl:1839/00-0000-0000-0001-53A5-2@format=cmdi (CGN)
24hdl:1839/00-0000-0000-0008-7CF8-E@format=cmdi (ESF)
25hdl:1839/00-0000-0000-0003-46DA-E@format=cmdi (IPA)
26
27
28Do not put the handles in “.  The postfix @format=cmdi is used when VLO triggers search.
29
Note: See TracBrowser for help on using the repository browser.