source: SRUCQIBridge/README.txt

Last change on this file was 2105, checked in by akislev, 12 years ago

This project provides a complete implementation of an SRU endpoint using a CQI server as a backend.

File size: 980 bytes
Line 
1GENERAL INFO:
2-------------
3This package implements an SRU end point front end for a CQI Server. CQL queries
4are translated into CQP and sent to the CQI server then the result is written in
5SRU specific format. Currently only one corpus is supported.
6
7More Information about CQI:
8    http://cwb.sourceforge.net/cqi.php
9More Information about CWB:
10    http://cwb.sourceforge.net/
11
12HOW TO USE:
13-----------
14Make sure you have SRU/CQL Server package. Modify sru-server-config.xml to have
15information about your corpora. In addition you'll have to modify web.xml to
16contain the configuration of your CQI server, in particular the following params
17must be present:
18cqi.serverHost - the host name of your CQI server
19cqi.serverPort - the port of your CQI server
20cqi.serverUsername - the user name on your CQI server
21cqi.serverPassword - the password for the above user
22cqi.defaultCorpus - a corpus which will be used for all the queries
23cqi.defaultCorpusPID - the PID of the corpus above
Note: See TracBrowser for help on using the repository browser.