My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Links

This Java Library provides a simple interface for querying the Semantic Web Index Sindice.com.

It supports both term queries and advanced queries with the possibility to set different query parameters like : page number, sorting of results by date.

Results (including dates) are transformed to Java objects.

Latest Release

Sindice4j v0.5 is out, see what's new.

Check it out from here or from the Downloads section.

Documentation

Read the library documentation here.

Use with Maven

Include the following repository in your POM:

<repositories>
    ...
    <repository>
        <name>sindice4j google code repository</name>
        <url>http://sindice4j.googlecode.com/svn/repo</url>
    </repository>
</repositories>

Then the following dependency (with any of the available versions):

<dependencies>
...
    <dependency>
        <groupId>com.sindice.api</groupId>
        <artifactId>sindice4j</artifactId>
        <version>0.5</version>
    </dependency>
</dependencies>
Powered by Google Project Hosting