new index interfaces and how to integrate custom indices
In the course of our work at sones GraphDB 2.1 we refactored our index interfaces to make them more suitable for our needs. Furthermore, we wanted to make it easier for the community to implement custom index structures for their special needs. For the latter reason we set up a tutorial and published a sample implementation on github.
The interfaces are explained in our developer wiki, the tutorial can also be found there. The source code regarding the tutorial is located at github.
Source 1: Index Interfaces at developer wiki
Source 2: Integration tutorial at developer wiki
Source 3: Source code at github

