[Dev] [Clarind-devel] [ANN] Java framework for implementing SRU endpoints

Thomas Zastrow thomas.zastrow at uni-tuebingen.de
Wed Sep 12 09:31:03 CEST 2012


Dear all,

Based on Olis library, Alex Kislev has implemented a CQP/SRU bridge: any 
CQP indexed corpus can be integrated quite easily into the CLARIN 
Federated Content Search. Alex' bridge can be found in the CLARIN SVN:

http://svn.clarin.eu/SRUCQIBridge/

Best,

Tom



Am 11.09.12 19:06, schrieb Oliver Schonefeld:
> Hi,
>
> the IDS in Mannheim has created a library that implement a framework to
> encapsulate most aspect of the SRU protocol. This may come in handy, if
> you're planning on building your own endpoint to hook up your own search
> engine into the emerging CLARIN federated content search (FCS)
> infrastructure.
> The library requires at least Java 1.6 and should run in an environment
> that conforms to the Servlet 2.4 specification (e.g. Tomcat 5 or better).
>
> To use the library in your project add the following dependency to
> your pom.xml:
> <dependency>
>    <groupId>eu.clarin.sru</groupId>
>    <artifactId>sru-server</artifactId>
>    <version>1.0.0</version>
> </dependency>
>
> If you don't have the CLARIN repository configured, you'll need to add
> it, too:
> <repository>
>    <id>clarin</id>
>    <url>http://catalog.clarin.eu/ds/nexus/content/repositories/Clarin/</url>
>    <layout>default</layout>
> </repository>
>
> (When unsure about the pom.xml, please refer to the Maven documentation).
>
> All public methods/classes have been documented and the Java-Doc has
> also been pushed into the CLARIN-Maven-Repo. A tiny example, how to use
> the library can be found at:
>    http://clarin.ids-mannheim.de/downloads/clarin/
>
> The source code of the library is available from the CLARIN-Trac at:
>    http://trac.clarin.eu/browser/SRUServer
> (There is also a README.txt)
>
> Great care taken to create a (more or less complete) SRU version 1.1/1.2
> implementation. However, if you find any bugs please report bugs trough
> the CLARIN-Trac.
>
> Best,
>   Oliver


-- 
Dr. Thomas Zastrow
Seminar fuer Sprachwissenschaft
Universitaet Tuebingen

Wilhelmstr. 19
D-72074 Tuebingen

http://www.thomas-zastrow.de

Tel.: 07071/29-73968
Fax: 07071/29-5214



More information about the Dev mailing list