|
Project Information
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 ReleaseSindice4j v0.5 is out, see what's new. Check it out from here or from the Downloads section. DocumentationRead the library documentation here. Use with MavenInclude 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>
|